summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorPaul Everitt <paul@agendaless.com>2013-09-25 10:15:26 -0400
committerPaul Everitt <paul@agendaless.com>2013-09-25 10:15:26 -0400
commit94e72c2fe1ca6acc1dc50ab8c0da48e0e191b4df (patch)
tree2f5cdd2254a4f0b11cd3e0ea9b3ed32386218ac3 /docs/quick_tutorial/requirements.rst
parenta01c2ab67bb36cc1313079b8257bdad98597b0c0 (diff)
downloadpyramid-94e72c2fe1ca6acc1dc50ab8c0da48e0e191b4df.tar.gz
pyramid-94e72c2fe1ca6acc1dc50ab8c0da48e0e191b4df.tar.bz2
pyramid-94e72c2fe1ca6acc1dc50ab8c0da48e0e191b4df.zip
Add some more of the up-front packages.
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index bdab8210e..31f4d5320 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -222,10 +222,11 @@ during this tutorial:
.. code-block:: bash
# Mac and Linux
- $ easy_install nose webtest deform sqlalchemy
+ $ $VENV/bin/easy_install nose webtest deform sqlalchemy \
+ pyramid_chameleon pyramid_debugtoolbar waitress
# Windows
- c:\> %VENV%\Scripts\easy_install nose webtest deform sqlalchemy
+ c:\> %VENV%\Scripts\easy_install nose webtest deform sqlalchemy pyramid_chameleon