diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-07-02 02:00:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-02 02:00:18 -0700 |
| commit | 2203944a466a7a8a2a57bbfe7a89f06c41d73fa7 (patch) | |
| tree | dc30e24dff01a46fac7bcce84d7524bb8a8028fa /docs/quick_tutorial | |
| parent | bcba92d1b23745d736bdcbc9b799929de382db7b (diff) | |
| parent | fa257dd74588c9cc80cc3a6b4158ff2c627eacd5 (diff) | |
| download | pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.tar.gz pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.tar.bz2 pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.zip | |
Merge pull request #2664 from stevepiercy/master
Update Windows installation instructions and related bits.
Diffstat (limited to 'docs/quick_tutorial')
| -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 62dd570fc..958347a90 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -156,7 +156,7 @@ environment variable. .. code-block:: doscon # Windows - c:\> c:\Python35\python3 -m venv %VENV% + c:\> c:\Python35\python -m venv %VENV% .. seealso:: See also Python 3's :mod:`venv module <python:venv>` and Python 2's `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ package. |
