diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 02:40:23 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-07 04:26:35 -0700 |
| commit | 315e469540afeba4bffe7bafb1364a7bab059a24 (patch) | |
| tree | 56f1ccbc94a9e7974eb302755cfca6251553ff4b /docs/quick_tour.rst | |
| parent | 50b8b42b7da17d20534e5fd21905c8fe56b68069 (diff) | |
| download | pyramid-315e469540afeba4bffe7bafb1364a7bab059a24.tar.gz pyramid-315e469540afeba4bffe7bafb1364a7bab059a24.tar.bz2 pyramid-315e469540afeba4bffe7bafb1364a7bab059a24.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, |
