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/quick_tour.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/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 05c2ed7f6..1e2c71cf0 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -19,7 +19,7 @@ Once you have a standard Python environment setup, getting started with Pyramid is a breeze. Unfortunately "standard" is not so simple in Python. For this Quick Tour, it means `Python <https://www.python.org/downloads/>`_, :mod:`python:venv` (or `virtualenv for Python 2.7 <https://virtualenv.pypa.io/en/stable/>`_), -`pip <https://pypi.org/project/pip/>`_, and `setuptools +`pip <https://pypi.org/project/pip/>`_, and `Setuptools <https://pypi.org/project/setuptools/>`_. To save a little bit of typing and to be certain that we use the modules, |
