diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:19:59 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:19:59 -0700 |
| commit | 96ca13ad07593fe15c8981e8a0372d749f6bd411 (patch) | |
| tree | 38f2d5bb6d280df83232f6a91f35c8d27623df1e /docs/quick_tutorial/jinja2.rst | |
| parent | 010b7cf0e08f1d9815e66fc915bf7412df699f1f (diff) | |
| download | pyramid-96ca13ad07593fe15c8981e8a0372d749f6bd411.tar.gz pyramid-96ca13ad07593fe15c8981e8a0372d749f6bd411.tar.bz2 pyramid-96ca13ad07593fe15c8981e8a0372d749f6bd411.zip | |
- update templating.rst
Diffstat (limited to 'docs/quick_tutorial/jinja2.rst')
| -rw-r--r-- | docs/quick_tutorial/jinja2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 2121803f9..8622e968a 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -27,7 +27,7 @@ Steps $ cd ..; cp -r view_classes jinja2; cd jinja2 $ $VENV/bin/python setup.py develop - $ $VENV/bin/easy_install pyramid_jinja2 + $ $VENV/bin/pip install pyramid_jinja2 #. We need to include ``pyramid_jinja2`` in ``jinja2/tutorial/__init__.py``: |
