diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-11 03:21:18 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-11 03:21:18 -0700 |
| commit | a7b1c24fad460b254ecbe51d46f9855d4b99f67b (patch) | |
| tree | 0b2e5bcd95fb167851cdd660481574dbce9ae83c /docs/tutorials | |
| parent | 76b4086d403833efa43d614310a7d983ad4d7753 (diff) | |
| parent | da6244086a88ccc8db42a48d59e33ed6c94d2e9f (diff) | |
| download | pyramid-a7b1c24fad460b254ecbe51d46f9855d4b99f67b.tar.gz pyramid-a7b1c24fad460b254ecbe51d46f9855d4b99f67b.tar.bz2 pyramid-a7b1c24fad460b254ecbe51d46f9855d4b99f67b.zip | |
Merge pull request #2472 from stevepiercy/docs/easy-install-to-pip.2104
- upgrade setuptools, too, in the two wikis
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 8 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 721ead466..0d006418b 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -74,22 +74,22 @@ Python 3.5: c:\> c:\Python35\Scripts\virtualenv %VENV% -Upgrade ``pip`` in the virtual environment ------------------------------------------- +Upgrade ``pip`` and ``setuptools`` in the virtual environment +------------------------------------------------------------- On UNIX ^^^^^^^ .. code-block:: bash - $ $VENV/bin/pip install --upgrade pip + $ $VENV/bin/pip install --upgrade pip setuptools On Windows ^^^^^^^^^^ .. code-block:: ps1con - c:\> %VENV%\Scripts\pip install --upgrade pip + c:\> %VENV%\Scripts\pip install --upgrade pip setuptools Install Pyramid into the virtual Python environment diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 7254f4dc9..adfbb8625 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -74,22 +74,22 @@ Python 3.5: c:\> c:\Python35\Scripts\virtualenv %VENV% -Upgrade ``pip`` in the virtual environment ------------------------------------------- +Upgrade ``pip`` and ``setuptools`` in the virtual environment +------------------------------------------------------------- On UNIX ^^^^^^^ .. code-block:: bash - $ $VENV/bin/pip install --upgrade pip + $ $VENV/bin/pip install --upgrade pip setuptools On Windows ^^^^^^^^^^ .. code-block:: ps1con - c:\> %VENV%\Scripts\pip install --upgrade pip + c:\> %VENV%\Scripts\pip install --upgrade pip setuptools Install Pyramid into the virtual Python environment |
