summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-28 16:50:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-28 16:50:09 -0500
commit8307bd497dba77f5ef40f504842e023334eba04b (patch)
tree4d1aea23b6da12d071cc6892558bad656402d0f7 /docs
parentdd351c93d75b8670836dcd118452adf8a211081a (diff)
downloadpython-setuptools-git-8307bd497dba77f5ef40f504842e023334eba04b.tar.gz
Term is builder.
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index e7594ba3..75dc302f 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -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