forked from orbit-oss/flask
Merge remote-tracking branch 'origin/1.1.x'
This commit is contained in:
commit
de0af03862
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue