diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-24 09:39:39 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-24 09:39:39 -0800 |
| commit | c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32 (patch) | |
| tree | e88984658d17fcbcd797cd3e177b17f4a6ae544d /docs/narr/install.rst | |
| parent | bd7c3a4f0365b564879eb21bec0b36ab373a8dad (diff) | |
| parent | 65bb52bafa5d44b378f01dfb47816a952bf93a66 (diff) | |
| download | pyramid-c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32.tar.gz pyramid-c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32.tar.bz2 pyramid-c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32.zip | |
Merge pull request #2280 from uralbash/path-1
fix indent in docs
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index c4e3e2c5f..767b16fc0 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -292,7 +292,7 @@ After you've got your virtualenv installed, you may install :app:`Pyramid` itself using the following commands: .. parsed-literal:: - + $ $VENV/bin/easy_install "pyramid==\ |release|\ " The ``easy_install`` command will take longer than the previous ones to @@ -371,7 +371,7 @@ You can use Pyramid on Windows under Python 2 or 3. installed: .. parsed-literal:: - + c:\\env> %VENV%\\Scripts\\easy_install "pyramid==\ |release|\ " What Gets Installed |
