diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-09 04:36:39 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-09 04:36:39 -0500 |
| commit | dca45cea4e3d968b89dc62234f3d8d8392614da6 (patch) | |
| tree | 2f15e50bd0b35a9d5d104923937c0d3522875332 /docs/narr/extending.rst | |
| parent | 773948a42423cc7185f36b8473576b4fcae1bcee (diff) | |
| download | pyramid-dca45cea4e3d968b89dc62234f3d8d8392614da6.tar.gz pyramid-dca45cea4e3d968b89dc62234f3d8d8392614da6.tar.bz2 pyramid-dca45cea4e3d968b89dc62234f3d8d8392614da6.zip | |
fix bare python mentions
Diffstat (limited to 'docs/narr/extending.rst')
| -rw-r--r-- | docs/narr/extending.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index 9c96248f2..c464203f0 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -200,8 +200,8 @@ like this: overridden elements, such as templates and static assets as necessary. - Install the new package into the same Python environment as the original - application (e.g. ``python setup.py develop`` or ``python setup.py - install``). + application (e.g. ``$myvenv/bin/python setup.py develop`` or + ``$myvenv/bin/python setup.py install``). - Change the ``main`` function in the new package's ``__init__.py`` to include the original :app:`Pyramid` application's configuration functions via |
