diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-06 04:31:22 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-06 04:31:22 -0700 |
| commit | 2afec648d11f2814869d7a471b38b1f6e60004f0 (patch) | |
| tree | 2c99bbd1405cdb10bcad25d7f512056e7233e97b /docs/quick_tutorial/requirements.rst | |
| parent | 9589aa46f02a705e467ba77e15088927ddc03603 (diff) | |
| parent | 186b72e56600c79888795fa4eed286a5ebf71974 (diff) | |
| download | pyramid-2afec648d11f2814869d7a471b38b1f6e60004f0.tar.gz pyramid-2afec648d11f2814869d7a471b38b1f6e60004f0.tar.bz2 pyramid-2afec648d11f2814869d7a471b38b1f6e60004f0.zip | |
Merge pull request #2431 from stevepiercy/docs/easy-install-to-pip.2104
- remove conf.py straggler
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -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 3373ba2bc..299ad2ac0 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -178,7 +178,7 @@ we just specified in the environment variable. # Windows c:\> c:\Python35\python -m venv %VENV% -.. seealso:: See also Python 3's :mod:`venv module <python3:venv>` and Python +.. seealso:: See also Python 3's :mod:`venv module <python:venv>` and Python 2's `virtualenv <http://www.virtualenv.org/en/latest/>`_ package. |
