diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-24 03:01:51 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-24 03:01:51 -0700 |
| commit | 9fbd7ed8494f0fc3115ac7ebcdb9f645073b58ca (patch) | |
| tree | 6f1238621e4c54bdac7dea15b2adf08c7b61648f /docs/tutorials/wiki | |
| parent | 58b8798dc4d77d296c5be28609545b646555ee00 (diff) | |
| parent | ac4d2ca3f47260c8029b51b23ed78908415b4a22 (diff) | |
| download | pyramid-9fbd7ed8494f0fc3115ac7ebcdb9f645073b58ca.tar.gz pyramid-9fbd7ed8494f0fc3115ac7ebcdb9f645073b58ca.tar.bz2 pyramid-9fbd7ed8494f0fc3115ac7ebcdb9f645073b58ca.zip | |
Merge pull request #2526 from stevepiercy/master
Use parsed-literal for installing versions of Pyramid. This should fu…
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index dbf995595..d9c3bec1e 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -97,16 +97,17 @@ 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==\ |release|\ " - c:\> %VENV%\Scripts\pip install pyramid Change directory to your virtual Python environment --------------------------------------------------- |
