summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-02-16 21:53:54 -0500
committerTres Seaver <tseaver@palladion.com>2014-02-16 21:53:54 -0500
commitfa20e0a093de3961c0f50aff906afd5b6790e673 (patch)
tree65c852150d6d847899ed54e09e86c15faf0079e7 /docs/quick_tutorial/requirements.rst
parentddcc03dc12ee6a82099cee95589cba700b3d7ef4 (diff)
downloadpyramid-fa20e0a093de3961c0f50aff906afd5b6790e673.tar.gz
pyramid-fa20e0a093de3961c0f50aff906afd5b6790e673.tar.bz2
pyramid-fa20e0a093de3961c0f50aff906afd5b6790e673.zip
Match optional reqs on Windows to those on POSIX.
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index fa5263856..72bb4a4f8 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -229,7 +229,8 @@ during this tutorial:
pyramid_tm zope.sqlalchemy
# Windows
- c:\> %VENV%\Scripts\easy_install nose webtest deform sqlalchemy pyramid_chameleon
+ c:\> %VENV%\Scripts\easy_install nose webtest deform sqlalchemy pyramid_chameleon pyramid_debugtoolbar waitress pyramid_tm zope.sqlalchemy
+
.. note::