From 94e72c2fe1ca6acc1dc50ab8c0da48e0e191b4df Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Wed, 25 Sep 2013 10:15:26 -0400 Subject: Add some more of the up-front packages. --- docs/quick_tutorial/requirements.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/quick_tutorial') 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 -- cgit v1.2.3