diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-09-25 12:08:33 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-09-25 12:08:33 -0400 |
| commit | 34e974e360184baef873da55f31379697e367f32 (patch) | |
| tree | a1bfd80a83566c5b9500cd6754599e055cfbb458 /docs/quick_tutorial/requirements.rst | |
| parent | 94e72c2fe1ca6acc1dc50ab8c0da48e0e191b4df (diff) | |
| download | pyramid-34e974e360184baef873da55f31379697e367f32.tar.gz pyramid-34e974e360184baef873da55f31379697e367f32.tar.bz2 pyramid-34e974e360184baef873da55f31379697e367f32.zip | |
Get pyramid_chameleon added to the quick tutorial, plus some other fixes for Python 3.
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 31f4d5320..8afb664d4 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -223,7 +223,8 @@ during this tutorial: # Mac and Linux $ $VENV/bin/easy_install nose webtest deform sqlalchemy \ - pyramid_chameleon pyramid_debugtoolbar waitress + pyramid_chameleon pyramid_debugtoolbar waitress \ + pyramid_jinja2 pyramid_tm zope.sqlalchemy pysqlite # Windows c:\> %VENV%\Scripts\easy_install nose webtest deform sqlalchemy pyramid_chameleon |
