From f4f1667e992fb6b3e8f6185bfe62f4d37aeaf687 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Apr 2011 13:39:31 -0400 Subject: spell it out entirely --- docs/narr/install.rst | 7 ++++--- 1 file 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 -- cgit v1.2.3