fix explanation of wheel name (#3848)

* fix explanation of wheel name

* Improve the description of wheel filename format

Co-authored-by: Grey Li <withlihui@gmail.com>
This commit is contained in:
jordivandooren 2020-12-30 11:57:37 +01:00 committed by GitHub
parent 577eec198a
commit 7d3ae48d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ distribution file.
$ python setup.py bdist_wheel
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
the file can install.
file name is in the format of {project name}-{version}-{python tag}
-{abi tag}-{platform tag}.
Copy this file to another machine,
:ref:`set up a new virtualenv <install-create-env>`, then install the