diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-17 21:29:30 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-17 21:29:30 +0000 |
| commit | 600b3e4c138dcb42ca8d64c8fc2805f1f072dcd2 (patch) | |
| tree | 397eb9f08761b2ae2503708820a240497d2f6222 /docs | |
| parent | 298dfd81293820c6b2606ed41a2a3adc8d6b81f0 (diff) | |
| download | pyramid-600b3e4c138dcb42ca8d64c8fc2805f1f072dcd2.tar.gz pyramid-600b3e4c138dcb42ca8d64c8fc2805f1f072dcd2.tar.bz2 pyramid-600b3e4c138dcb42ca8d64c8fc2805f1f072dcd2.zip | |
Be more explicit.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 09ec89fb6..9bc6bcd4b 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -112,7 +112,8 @@ 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 generated ``setup.py``: +the project directory against the file named ``setup.py`` in the +paster-generated project directory: .. code-block:: bash :linenos: |
