diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-22 09:16:22 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-22 09:16:22 -0700 |
| commit | cb887e906a20c7be2efce719d0f3e6afa113f37e (patch) | |
| tree | 48c14a8397588ff41d04e7c10c577698fc549e41 | |
| parent | 4820757eedd6812c800841029253f40c643c389f (diff) | |
| download | pyramid-cb887e906a20c7be2efce719d0f3e6afa113f37e.tar.gz pyramid-cb887e906a20c7be2efce719d0f3e6afa113f37e.tar.bz2 pyramid-cb887e906a20c7be2efce719d0f3e6afa113f37e.zip | |
venv is for Python 3.3+, and we support 3.4, so just 3 is fine
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 1d5395138..a74c07673 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -23,7 +23,7 @@ This *Quick Tutorial* is based on: tutorial uses **Python 3.7** but runs fine under Python 2.7. * **venv**. We believe in virtual environments. For this tutorial, we use - Python 3.7's built-in solution :term:`venv`. For Python 2.7, you can install + Python 3's built-in solution :term:`venv`. For Python 2.7, you can install :term:`virtualenv`. * **pip**. We use :term:`pip` for package management. |
