Skip to content

Commit

Permalink
Merge pull request #2460 from HaraldKorneliussen/master
Browse files Browse the repository at this point in the history
Fixes syntax issues in quickstart (#2448)
  • Loading branch information
jaraco authored Dec 6, 2020
2 parents 2065f85 + b20d12e commit 43f7600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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::

python -m 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!
Expand Down

0 comments on commit 43f7600

Please sign in to comment.