summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-17 21:30:41 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-17 21:30:41 +0000
commitf276669b505cb0565dcf854f2e0e751151ccf836 (patch)
treeac31bcffa6a3037c2d2f57eea2c1289da6112f7a /docs
parent600b3e4c138dcb42ca8d64c8fc2805f1f072dcd2 (diff)
downloadpyramid-f276669b505cb0565dcf854f2e0e751151ccf836.tar.gz
pyramid-f276669b505cb0565dcf854f2e0e751151ccf836.tar.bz2
pyramid-f276669b505cb0565dcf854f2e0e751151ccf836.zip
Moar.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 9bc6bcd4b..dc3385fcd 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -112,8 +112,9 @@ Installing your Newly Created Project for Development
Using the interpreter from the :term:`virtualenv` you create during
:ref:`installing_chapter`, invoke the following command when inside
-the project directory against the file named ``setup.py`` in the
-paster-generated project directory:
+the project directory. The file named ``setup.py`` will be in the
+root of the paster-generated project directory. The ``python`` you're
+invoking should be the one from your virtualenv.
.. code-block:: bash
:linenos: