diff options
| author | alvyjudy <alvyjudy@gmail.com> | 2020-05-25 17:46:28 -0400 |
|---|---|---|
| committer | alvyjudy <alvyjudy@gmail.com> | 2020-05-25 17:46:28 -0400 |
| commit | 992ecc09a2aa08310ae9bba4865e54e157b581cb (patch) | |
| tree | 2c9fe4cdb1f98986842d659df54954c0df18a524 /docs/userguide | |
| parent | b2af2ea980386f86afe5e104e7fe1bf047ac1df9 (diff) | |
| download | python-setuptools-git-992ecc09a2aa08310ae9bba4865e54e157b581cb.tar.gz | |
docs: proper invocation of pep517
before: pep517 build (incorrect)
now: python -m pep517.build (correct)
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/quickstart.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.txt b/docs/userguide/quickstart.txt index 1b58dfb3..224be368 100644 --- a/docs/userguide/quickstart.txt +++ b/docs/userguide/quickstart.txt @@ -64,7 +64,7 @@ Then, you need an installer, such as `pep517 <https://pypi.org/project/pep517/>` which you can obtain via ``pip install pep517``. After downloading it, invoke the installer:: - pep517 build + python -m pep517.build You now have your distribution ready (e.g. a ``tar.gz`` file and a ``.whl`` file in the ``dist`` directory), which you can upload to PyPI! |
