From cb887e906a20c7be2efce719d0f3e6afa113f37e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 22 Aug 2018 09:16:22 -0700 Subject: venv is for Python 3.3+, and we support 3.4, so just 3 is fine --- docs/quick_tutorial/requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tutorial') 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. -- cgit v1.2.3