summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-09-28 02:19:27 -0700
committerSteve Piercy <web@stevepiercy.com>2013-09-28 02:19:27 -0700
commit2323103debf8487d0a0a1ec27580e502d46989e3 (patch)
tree72b84568d19fa6883e776380705333b7f3cba2d3
parent1c1f5dab733269ef260e2145cb0f20c11fb9181b (diff)
downloadpyramid-2323103debf8487d0a0a1ec27580e502d46989e3.tar.gz
pyramid-2323103debf8487d0a0a1ec27580e502d46989e3.tar.bz2
pyramid-2323103debf8487d0a0a1ec27580e502d46989e3.zip
Add versioning to branch master
-rw-r--r--docs/narr/install.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index f3f736df6..e419a8b20 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -289,9 +289,9 @@ Installing :app:`Pyramid` Into the Virtual Python Environment
After you've got your virtualenv installed, you may install :app:`Pyramid`
itself using the following commands:
-.. code-block:: text
-
- $ $VENV/bin/easy_install pyramid
+.. parsed-literal::
+
+ $ $VENV/bin/easy_install "pyramid==\ |release|\ "
The ``easy_install`` command will take longer than the previous ones to
complete, as it downloads and installs a number of dependencies.
@@ -368,9 +368,9 @@ You can use Pyramid on Windows under Python 2 or 3.
#. Use ``easy_install`` to get :app:`Pyramid` and its direct dependencies
installed:
- .. code-block:: text
-
- c:\env> %VENV%\Scripts\easy_install pyramid
+ .. parsed-literal::
+
+ c:\\env> %VENV%\\Scripts\\easy_install "pyramid==\ |release|\ "
What Gets Installed
-------------------