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/modwsgi | |
| 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/modwsgi')
| -rw-r--r-- | docs/tutorials/modwsgi/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst index 7f5aac0a0..c66786b11 100644 --- a/docs/tutorials/modwsgi/index.rst +++ b/docs/tutorials/modwsgi/index.rst @@ -44,11 +44,11 @@ specific path information for commands and files. #. Install :app:`Pyramid` into the newly created virtual environment: - .. code-block:: text + .. parsed-literal:: $ cd ~/modwsgi/env - $ $VENV/bin/pip install pyramid - + $ $VENV/bin/pip install "pyramid==\ |release|\ " + #. Create and install your :app:`Pyramid` application. For the purposes of this tutorial, we'll just be using the ``pyramid_starter`` application as a baseline application. Substitute your existing :app:`Pyramid` |
