summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-12 06:39:17 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-12 06:39:17 -0700
commit654821decedd4f70e6de22e177b216f18524e609 (patch)
treee7c88e7370616db21414001db805f9d19dfaab1c
parent310f844607e0bfa2031ce3fedef2fde5b15704a9 (diff)
parentf573cd2f2986b04d57cc041753e97509fe525e95 (diff)
downloadpyramid-654821decedd4f70e6de22e177b216f18524e609.tar.gz
pyramid-654821decedd4f70e6de22e177b216f18524e609.tar.bz2
pyramid-654821decedd4f70e6de22e177b216f18524e609.zip
Merge pull request #2482 from stevepiercy/docs/easy-install-to-pip.2104
one does not simply "create a virtualenv". one should "create a virtu…
-rw-r--r--docs/tutorials/wiki/installation.rst4
-rw-r--r--docs/tutorials/wiki2/installation.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index 6dd35794f..c50faa2e3 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -8,8 +8,8 @@ Before you begin
----------------
This tutorial assumes that you have already followed the steps in
-:ref:`installing_chapter`, except **do not create a virtualenv or install
-Pyramid**. Thereby you will satisfy the following requirements.
+:ref:`installing_chapter`, except **do not create a virtual environment or
+install Pyramid**. Thereby you will satisfy the following requirements.
* A Python interpreter is installed on your operating system.
* :term:`virtualenv` is installed.
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 4805497d4..b44a96325 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -8,8 +8,8 @@ Before you begin
----------------
This tutorial assumes that you have already followed the steps in
-:ref:`installing_chapter`, except **do not create a virtualenv or install
-Pyramid**. Thereby you will satisfy the following requirements.
+:ref:`installing_chapter`, except **do not create a virtual environment or
+install Pyramid**. Thereby you will satisfy the following requirements.
* A Python interpreter is installed on your operating system.
* :term:`virtualenv` is installed.