diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-20 00:38:09 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-20 00:38:09 -0800 |
| commit | 4064028cadc63ed1aceb14e6c88827b88b12f839 (patch) | |
| tree | 161b56970fbd69c8b30a4164531257260803f1e7 /docs/tutorials | |
| parent | b74126bcfd716dad9851c50464da6f01481df5e5 (diff) | |
| download | pyramid-4064028cadc63ed1aceb14e6c88827b88b12f839.tar.gz pyramid-4064028cadc63ed1aceb14e6c88827b88b12f839.tar.bz2 pyramid-4064028cadc63ed1aceb14e6c88827b88b12f839.zip | |
Update docs to reflect dropping Python 3.2 support
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 4 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 20df389c6..ff5cac4c9 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -65,11 +65,11 @@ Python 2.7: c:\> c:\Python27\Scripts\virtualenv %VENV% -Python 3.2: +Python 3.3: .. code-block:: text - c:\> c:\Python32\Scripts\virtualenv %VENV% + c:\> c:\Python33\Scripts\virtualenv %VENV% Install Pyramid and tutorial dependencies into the virtual Python environment ----------------------------------------------------------------------------- diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 1385ab8c7..0715805e6 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -65,11 +65,11 @@ Python 2.7: c:\> c:\Python27\Scripts\virtualenv %VENV% -Python 3.2: +Python 3.3: .. code-block:: text - c:\> c:\Python32\Scripts\virtualenv %VENV% + c:\> c:\Python33\Scripts\virtualenv %VENV% Install Pyramid into the virtual Python environment --------------------------------------------------- |
