From 992ecc09a2aa08310ae9bba4865e54e157b581cb Mon Sep 17 00:00:00 2001 From: alvyjudy Date: Mon, 25 May 2020 17:46:28 -0400 Subject: docs: proper invocation of pep517 before: pep517 build (incorrect) now: python -m pep517.build (correct) --- docs/userguide/quickstart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` 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! -- cgit v1.2.3