diff options
| author | Marius Gedminas <marius@gedmin.as> | 2011-01-06 12:15:05 -0800 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2011-01-06 12:15:05 -0800 |
| commit | 8e1f34063e06a680b795e9621d714fb908b3bbb1 (patch) | |
| tree | 53ba260df8acf5875f6dbd0ccf92f1c6268303a0 /docs | |
| parent | dc2fad412f4608f86134ef3b01560f11adcb54de (diff) | |
| download | pyramid-8e1f34063e06a680b795e9621d714fb908b3bbb1.tar.gz pyramid-8e1f34063e06a680b795e9621d714fb908b3bbb1.tar.bz2 pyramid-8e1f34063e06a680b795e9621d714fb908b3bbb1.zip | |
Typo: python setup.py develop.py shouldn't have that .py at the end.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 5e84a4fa7..c1017b5c1 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -180,7 +180,7 @@ Installing your Newly Created Project for Development To install a newly created project for development, you should ``cd`` to the newly created project directory and use the Python interpreter from the :term:`virtualenv` you created during :ref:`installing_chapter` to invoke the -command ``python setup.py develop.py`` +command ``python setup.py develop`` 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 that |
