summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-12 07:01:29 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-12 07:01:29 -0700
commita7036807edc54987f4c42eeb459d950760216b6f (patch)
tree78e5994d2119b45461ea7c1ba924b8d000d7ac62 /docs/quick_tutorial/requirements.rst
parent654821decedd4f70e6de22e177b216f18524e609 (diff)
parentd67566acebf890a603fad0e9069d5e131dfb5b31 (diff)
downloadpyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.gz
pyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.bz2
pyramid-a7036807edc54987f4c42eeb459d950760216b6f.zip
Merge pull request #2484 from stevepiercy/docs/easy-install-to-pip.2104
one does not simply "create a virtualenv". one should "create a virtu…
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 17ce845e2..9e10e3ebe 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -129,7 +129,7 @@ order to avoid spaces in any of the path names.
Next within ``projects`` is your workspace directory, here named
``quick_tutorial``. A workspace is a common term used by integrated
development environments (IDE) like PyCharm and PyDev that stores
-isolated Python environments (virtualenvs) and specific project files
+isolated Python environments (virtual environments) and specific project files
and repositories.
@@ -174,7 +174,7 @@ environment variable.
c:\> c:\Python35\python3 -m venv %VENV%
.. seealso:: See also Python 3's :mod:`venv module <python:venv>` and Python
- 2's `virtualenv <http://www.virtualenv.org/en/latest/>`_ package.
+ 2's `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ package.
.. _install-pyramid: