diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 5 |
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 |
