summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-26 00:31:54 -0800
committerSteve Piercy <web@stevepiercy.com>2016-11-26 00:31:54 -0800
commitc8a5e024478d274309935251d59cd20908a95067 (patch)
treefee34c7b75fd07330a97232425b3100f072bb816 /docs/quick_tutorial/requirements.rst
parent732c748a392a28294769d5413ef383501c3c40c9 (diff)
downloadpyramid-c8a5e024478d274309935251d59cd20908a95067.tar.gz
pyramid-c8a5e024478d274309935251d59cd20908a95067.tar.bz2
pyramid-c8a5e024478d274309935251d59cd20908a95067.zip
add 3.6 support to documentation
- See #2835
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index afa8ed104..913e08a62 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -19,11 +19,11 @@ virtual environment.)
This *Quick Tutorial* is based on:
-* **Python 3.5**. Pyramid fully supports Python 3.4+ and Python 2.7+. This
- tutorial uses **Python 3.5** but runs fine under Python 2.7.
+* **Python 3.6**. Pyramid fully supports Python 3.4+ and Python 2.7+. This
+ tutorial uses **Python 3.6** but runs fine under Python 2.7.
* **venv**. We believe in virtual environments. For this tutorial, we use
- Python 3.5's built-in solution :term:`venv`. For Python 2.7, you can install
+ Python 3.6's built-in solution :term:`venv`. For Python 2.7, you can install
:term:`virtualenv`.
* **pip**. We use :term:`pip` for package management.