Marius Gedminas
2011-01-06 8e1f34063e06a680b795e9621d714fb908b3bbb1
Typo: python setup.py develop.py shouldn't have that .py at the end.
1 files modified
2 ■■■ changed files
docs/narr/project.rst 2 ●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -180,7 +180,7 @@
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