summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-16 06:43:35 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-16 06:43:35 -0700
commitd5e6762315458de334896096923abcd3d51a31f5 (patch)
tree94379f17277f7cf9c40b96541aab68e53196d7ff /docs/quick_tutorial/requirements.rst
parent72c2196bf0c2bc867e7c13ea93bb6f6ddacd83cb (diff)
downloadpyramid-d5e6762315458de334896096923abcd3d51a31f5.tar.gz
pyramid-d5e6762315458de334896096923abcd3d51a31f5.tar.bz2
pyramid-d5e6762315458de334896096923abcd3d51a31f5.zip
quick_tutorial cleanup
- replace nose with pytest - cleanup jinja2.rst - add pyramid_jinja2 to requirements.rst
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index f4c1e70ac..1f2b4da97 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -205,10 +205,10 @@ tutorial.
# Mac and Linux
$ $VENV/bin/pip install webtest pytest pytest-cov deform sqlalchemy \
- pyramid_chameleon pyramid_debugtoolbar waitress pyramid_tm \
- zope.sqlalchemy
+ pyramid_chameleon pyramid_debugtoolbar pyramid_jinja2 waitress \
+ pyramid_tm zope.sqlalchemy
.. code-block:: doscon
# Windows
- c:\> %VENV%\Scripts\pip install webtest deform sqlalchemy pyramid_chameleon pyramid_debugtoolbar waitress pyramid_tm zope.sqlalchemy
+ c:\> %VENV%\Scripts\pip install webtest deform sqlalchemy pyramid_chameleon pyramid_debugtoolbar pyramid_jinja2 waitress pyramid_tm zope.sqlalchemy