summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/commandline.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index 3cc7b9653..53e4ee31c 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -41,7 +41,9 @@ Each of Pyramid's console scripts may be run by its name. For example:
$VENV/bin/pserve development.ini --reload
-.. note:: ``$VENV/bin/`` represents the ``bin`` directory in a virtual environment, where ``$VENV`` is an environment variable representing its path.
+.. note:: ``$VENV/bin/`` is a convention we use to simplify Pyramid documentation.
+ It represents the ``bin`` directory in a virtual environment, where ``$VENV`` is an environment variable representing its path.
+ See :ref:`installing_unix` and :ref:`venv-bin-pip-vs-source-bin-activate` for more information.
.. index::