Steve Piercy
2018-05-15 84ea74f3dd58f6d778d83f64d0d6ba4c1121459e
Merge pull request #3286 from cewing/backport-3275-to-1.9

Backport 3275 to 1.9 branch
1 files modified
14 ■■■■■ changed files
docs/quick_tutorial/requirements.rst 14 ●●●●● patch | view | raw | blame | history
docs/quick_tutorial/requirements.rst
@@ -202,17 +202,3 @@
Our Python virtual environment now has the Pyramid software available
as well as the ``waitress`` package.
You can optionally install some of the extra Python packages used in this
tutorial.
.. code-block:: bash
    # Mac and Linux
    $ $VENV/bin/pip install webtest pytest pytest-cov deform sqlalchemy \
      pyramid_chameleon pyramid_debugtoolbar pyramid_jinja2 waitress \
      pyramid_tm zope.sqlalchemy
.. code-block:: doscon
    # Windows
    c:\> %VENV%\Scripts\pip install webtest pytest pytest-cov deform sqlalchemy pyramid_chameleon pyramid_debugtoolbar pyramid_jinja2 waitress pyramid_tm zope.sqlalchemy