Commit 992ecc09 authored by alvyjudy's avatar alvyjudy

docs: proper invocation of pep517

before: pep517 build (incorrect)
now: python -m pep517.build (correct)
parent b2af2ea9
......@@ -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!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment