Steve Piercy
2014-12-27 fe38425ecdfd64087dff7b5a6df69103592498ea
Merge pull request #1518 from stevepiercy/1.0-branch

backport. closes #460, #552
1 files modified
10 ■■■■ changed files
docs/narr/install.rst 10 ●●●● patch | view | raw | blame | history
docs/narr/install.rst
@@ -245,9 +245,9 @@
:app:`Pyramid` itself using the following commands from within the
virtualenv (``env``) directory:
.. code-block:: text
   .. parsed-literal::
   $ bin/easy_install pyramid
   $ bin/easy_install "pyramid==\ |release|\ "
This command will take longer than the previous ones to complete, as it
downloads and installs a number of dependencies.
@@ -302,9 +302,9 @@
#. Use ``easy_install`` pointed at the "current" index to get
   :app:`Pyramid` and its direct dependencies installed:
   .. code-block:: text
      c:\env> Scripts\easy_install pyramid
   .. parsed-literal::
      c:\\env> Scripts\\easy_install "pyramid==\ |release|\ "
.. index::
   single: installing on Google App Engine