summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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