diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-24 02:52:09 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-24 02:53:20 -0700 |
| commit | ac4d2ca3f47260c8029b51b23ed78908415b4a22 (patch) | |
| tree | 6f1238621e4c54bdac7dea15b2adf08c7b61648f /docs/tutorials/wiki2 | |
| parent | 58b8798dc4d77d296c5be28609545b646555ee00 (diff) | |
| download | pyramid-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.rst | 8 |
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 |
