diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-17 21:30:41 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-17 21:30:41 +0000 |
| commit | f276669b505cb0565dcf854f2e0e751151ccf836 (patch) | |
| tree | ac31bcffa6a3037c2d2f57eea2c1289da6112f7a /docs | |
| parent | 600b3e4c138dcb42ca8d64c8fc2805f1f072dcd2 (diff) | |
| download | pyramid-f276669b505cb0565dcf854f2e0e751151ccf836.tar.gz pyramid-f276669b505cb0565dcf854f2e0e751151ccf836.tar.bz2 pyramid-f276669b505cb0565dcf854f2e0e751151ccf836.zip | |
Moar.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 5 |
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: |
