diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-10-08 14:33:16 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-10-08 14:33:16 -0400 |
| commit | a2b15855bee4893524609a941954c823bfbcec0d (patch) | |
| tree | b158cd48f6c32854911592fb89e6800b243d2c28 /docs/quick_tutorial/requirements.rst | |
| parent | 0f1d6c019e796b43ce0061d36d1c5521fbbce7ee (diff) | |
| download | pyramid-a2b15855bee4893524609a941954c823bfbcec0d.tar.gz pyramid-a2b15855bee4893524609a941954c823bfbcec0d.tar.bz2 pyramid-a2b15855bee4893524609a941954c823bfbcec0d.zip | |
Small quick tutorial fixes post conference.
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 40e818807..234e4aa0d 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -226,7 +226,7 @@ during this tutorial: # Mac and Linux $ $VENV/bin/easy_install nose webtest deform sqlalchemy \ pyramid_chameleon pyramid_debugtoolbar waitress \ - pyramid_jinja2 pyramid_tm zope.sqlalchemy pysqlite + pyramid_jinja2 pyramid_tm zope.sqlalchemy # Windows c:\> %VENV%\Scripts\easy_install nose webtest deform sqlalchemy pyramid_chameleon |
