diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 02:40:23 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-07 02:40:23 -0700 |
| commit | f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb (patch) | |
| tree | bfd0d46890d413427540092cf30dae3a3141fcff /docs/narr/install.rst | |
| parent | 3c07c6517434f7ea64555a71b578beb7ddabe74a (diff) | |
| download | pyramid-f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb.tar.gz pyramid-f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb.tar.bz2 pyramid-f868a98cdc4bec0ce10d18b66af1687f3e3a1bbb.zip | |
Use proper case for Setuptools as a library name.
Change Setuptools to a glossary term where useful.
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index dbf5dc2eb..248b432d3 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -117,7 +117,7 @@ following options: ``py`` that allows users to run any installed version of Python. .. warning:: After you install Python on Windows, you might need to add the - directory where Python and other programs—such as pip, setuptools, and + directory where Python and other programs—such as pip, :term:`Setuptools`, and cookiecutter—are installed to your environment's ``Path``. This will make it possible to invoke them from a command prompt. |
