diff options
| author | cguardia <carlos.delaguardia@gmail.com> | 2011-04-27 00:47:55 -0500 |
|---|---|---|
| committer | cguardia <carlos.delaguardia@gmail.com> | 2011-04-27 00:47:55 -0500 |
| commit | f6ac0d31976b14a67873c3c97d8e084902e5740a (patch) | |
| tree | db33aaf642ef4cc1d85ff735d82e0bc42a2f06e2 /docs | |
| parent | a9e7e6f2d1761995ad8f6345de3b7f901530797b (diff) | |
| parent | 7e655f50decd44ae9118700e5d00d668bab6788c (diff) | |
| download | pyramid-f6ac0d31976b14a67873c3c97d8e084902e5740a.tar.gz pyramid-f6ac0d31976b14a67873c3c97d8e084902e5740a.tar.bz2 pyramid-f6ac0d31976b14a67873c3c97d8e084902e5740a.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid
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 |
