Merge remote-tracking branch 'origin/1.1.x'

This commit is contained in:
Grey Li 2020-12-30 21:00:49 +08:00
commit de0af03862

View file

@ -32,8 +32,8 @@ distribution file.
$ python setup.py bdist_wheel $ python setup.py bdist_wheel
You can find the file in ``dist/flaskr-1.0.0-py3-none-any.whl``. The You can find the file in ``dist/flaskr-1.0.0-py3-none-any.whl``. The
file name is the name of the project, the version, and some tags about file name is in the format of {project name}-{version}-{python tag}
the file can install. -{abi tag}-{platform tag}.
Copy this file to another machine, Copy this file to another machine,
:ref:`set up a new virtualenv <install-create-env>`, then install the :ref:`set up a new virtualenv <install-create-env>`, then install the