diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-06 19:35:10 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-06 19:35:10 -0500 |
| commit | e139f845eca82443bbcd7fdc6c65191695f3394f (patch) | |
| tree | f902aa2f8e802cd9a4ca405a80dc091bd8782e83 /docs | |
| parent | 023470e5c62bf13bae30bc6f9e1493fee1ad2418 (diff) | |
| parent | 8e1f34063e06a680b795e9621d714fb908b3bbb1 (diff) | |
| download | pyramid-e139f845eca82443bbcd7fdc6c65191695f3394f.tar.gz pyramid-e139f845eca82443bbcd7fdc6c65191695f3394f.tar.bz2 pyramid-e139f845eca82443bbcd7fdc6c65191695f3394f.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 |
