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/templating.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/templating.rst')
| -rw-r--r-- | docs/quick_tutorial/templating.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/templating.rst b/docs/quick_tutorial/templating.rst index cf56d2a96..a975d9ec2 100644 --- a/docs/quick_tutorial/templating.rst +++ b/docs/quick_tutorial/templating.rst @@ -56,7 +56,7 @@ Steps .. code-block:: bash - $ $VENV/bin/python setup.py develop + $ $VENV/bin/pip install -e . #. We need to connect ``pyramid_chameleon`` as a renderer by making a call in the setup of ``templating/tutorial/__init__.py``: |
