Skip to content

Commit

Permalink
Term is builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 28, 2021
1 parent dd351c9 commit 8307bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ This is what your project would look like::
setup.cfg
mypackage/__init__.py

Then, you need an installer, such as :std:doc:`PyPA build <pypa-build:index>`
Then, you need an builder, such as :std:doc:`PyPA build <pypa-build:index>`
which you can obtain via ``pip install build``. After downloading it, invoke
the installer::
the builder::

python -m build

Expand Down

0 comments on commit 8307bd4

Please sign in to comment.