diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-25 13:39:31 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-25 13:39:31 -0400 |
| commit | f4f1667e992fb6b3e8f6185bfe62f4d37aeaf687 (patch) | |
| tree | 0adbcd520b1f396b638a8e46f19edbc8cc69da32 /docs | |
| parent | bb825910b3b68b4b167572fd5252cc99be88e17e (diff) | |
| download | pyramid-f4f1667e992fb6b3e8f6185bfe62f4d37aeaf687.tar.gz pyramid-f4f1667e992fb6b3e8f6185bfe62f4d37aeaf687.tar.bz2 pyramid-f4f1667e992fb6b3e8f6185bfe62f4d37aeaf687.zip | |
spell it out entirely
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index b38d1aea6..fe8459c6f 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -242,14 +242,15 @@ Installing :app:`Pyramid` Into the Virtual Python Environment After you've got your ``env`` virtualenv installed, you may install :app:`Pyramid` itself using the following commands from within the -virtualenv (``env``) directory: +virtualenv (``env``) directory you created in the last step: .. code-block:: text + $ cd env $ bin/easy_install pyramid -This command will take longer than the previous ones to complete, as it -downloads and installs a number of dependencies. +The ``easy_install`` command will take longer than the previous ones to +complete, as it downloads and installs a number of dependencies. .. index:: single: installing on Windows |
