summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-22 13:28:41 -0500
committerChris McDonough <chrism@plope.com>2012-11-22 13:28:41 -0500
commitfb30e2cb79490f9dcafaea3d5ce2c0af140eae71 (patch)
tree455d64e8d53ba18b4eed819d5b1cdb76acf9d432 /docs/narr/install.rst
parent5d9c28f4e7f1fd3eba75e5bb51aebcbb56440df8 (diff)
downloadpyramid-fb30e2cb79490f9dcafaea3d5ce2c0af140eae71.tar.gz
pyramid-fb30e2cb79490f9dcafaea3d5ce2c0af140eae71.tar.bz2
pyramid-fb30e2cb79490f9dcafaea3d5ce2c0af140eae71.zip
typos
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 663f0df6c..882e76f11 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -253,9 +253,10 @@ your setuptools-enabled Python interpreter, use the ``easy_install`` command.
systems. We are aiming to not need to make the installation documentation
Turing-complete.
- ``pyenv`` will work fine. However, if you use ``pyvenv`` instead, you'll
- need to understand how to install software such as ``distribute`` into the
- virtual environment manually, which this guide does not cover.
+ ``pyvenv`` will work fine. However, if you use ``pyvenv`` instead of
+ ``virtualenv``, you'll need to understand how to install software such as
+ ``distribute`` into the virtual environment manually, which this guide does
+ not cover.
.. code-block:: text