diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-28 16:50:09 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-28 16:50:09 -0500 |
| commit | 8307bd497dba77f5ef40f504842e023334eba04b (patch) | |
| tree | 4d1aea23b6da12d071cc6892558bad656402d0f7 /docs | |
| parent | dd351c93d75b8670836dcd118452adf8a211081a (diff) | |
| download | python-setuptools-git-8307bd497dba77f5ef40f504842e023334eba04b.tar.gz | |
Term is builder.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/quickstart.rst | 4 |
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 |
