Steve Piercy
2016-11-29 968bebc0d1cbb6d85eb446b41c0f4560383c3022
docs/quick_tutorial/requirements.rst
@@ -19,11 +19,11 @@
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.