diff options
| author | Karl O. Pinc <kop@meme.com> | 2013-09-27 20:47:28 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2013-09-27 20:47:28 -0500 |
| commit | ae5f2b9da9583114f3f5a6f08497e5a248e3e960 (patch) | |
| tree | b710c41bb39716e3c1b0c956a383a4c42d61669a /docs | |
| parent | b731b5fca253d9d95b3307490aa585e194676c01 (diff) | |
| download | pyramid-ae5f2b9da9583114f3f5a6f08497e5a248e3e960.tar.gz pyramid-ae5f2b9da9583114f3f5a6f08497e5a248e3e960.tar.bz2 pyramid-ae5f2b9da9583114f3f5a6f08497e5a248e3e960.zip | |
Docs: Make clear that installation is into the virtual enviornment.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index f3050f805..602f15fef 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -193,10 +193,10 @@ Elided output from a run of this command on UNIX is shown below: ... Finished processing dependencies for MyProject==0.0 -This will install a :term:`distribution` representing your project into the -interpreter's library set so it can be found by ``import`` statements and by -other console scripts such as ``pserve``, ``pshell``, ``proutes`` and -``pviews``. +This will install a :term:`distribution` representing your project +into the virtual environment interpreter's library set so it can be +found by ``import`` statements and by other console scripts such as +``pserve``, ``pshell``, ``proutes`` and ``pviews``. .. index:: single: running tests |
