summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-24 02:52:09 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-24 02:53:20 -0700
commitac4d2ca3f47260c8029b51b23ed78908415b4a22 (patch)
tree6f1238621e4c54bdac7dea15b2adf08c7b61648f /docs/tutorials/wiki2
parent58b8798dc4d77d296c5be28609545b646555ee00 (diff)
downloadpyramid-ac4d2ca3f47260c8029b51b23ed78908415b4a22.tar.gz
pyramid-ac4d2ca3f47260c8029b51b23ed78908415b4a22.tar.bz2
pyramid-ac4d2ca3f47260c8029b51b23ed78908415b4a22.zip
Use parsed-literal for installing versions of Pyramid. This should future proof docs.
Diffstat (limited to 'docs/tutorials/wiki2')
-rw-r--r--docs/tutorials/wiki2/installation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index f4676345e..e45b13315 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -97,16 +97,16 @@ Install Pyramid into the virtual Python environment
On UNIX
^^^^^^^
-.. code-block:: bash
+.. parsed-literal::
- $ $VENV/bin/pip install pyramid
+ $ $VENV/bin/pip install "pyramid==\ |release|\ "
On Windows
^^^^^^^^^^
-.. code-block:: doscon
+.. parsed-literal::
- c:\> %VENV%\Scripts\pip install pyramid
+ c:\\> %VENV%\\Scripts\\pip install "pyramid==\ |release|\ "
Install SQLite3 and its development packages