Steve Piercy
2013-09-28 127c58703da263faf38455079b6bc2bc8d0709c5
Use parsed-literal sphinx directive to dynamically insert the version number of Pyramid for easy_install. Resolves Issue #1129. I have committed this to 1.4-branch only, and I'll need to run it by smarter people for the branch master.
1 files modified
18 ■■■■ changed files
docs/narr/install.rst 18 ●●●● patch | view | raw | blame | history
docs/narr/install.rst
@@ -315,10 +315,10 @@
:app:`Pyramid` itself using the following commands from within the
virtualenv (``env``) directory you created in the last step.
.. code-block:: text
.. parsed-literal::
   $ cd env
   $ bin/easy_install pyramid
   $ 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.
@@ -379,9 +379,9 @@
#. Use ``easy_install`` 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|\ "
Windows Using Python 3
~~~~~~~~~~~~~~~~~~~~~~
@@ -428,9 +428,9 @@
#. Use ``easy_install`` 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|\ "
What Gets Installed
-------------------