summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-07 03:28:38 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-07 03:28:38 -0700
commit14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf (patch)
tree5d01c4dce9c49639c2f414af42e4ba74eb5ec74c /docs/quick_tutorial
parent9f66915a3878ad9764b8fd5039465db54f7a47c1 (diff)
downloadpyramid-14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf.tar.gz
pyramid-14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf.tar.bz2
pyramid-14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf.zip
- update logging.rst
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/logging.rst b/docs/quick_tutorial/logging.rst
index 5d29cd196..556a09bf0 100644
--- a/docs/quick_tutorial/logging.rst
+++ b/docs/quick_tutorial/logging.rst
@@ -35,7 +35,7 @@ Steps
.. code-block:: bash
$ cd ..; cp -r view_classes logging; cd logging
- $ $VENV/bin/python setup.py develop
+ $ $VENV/bin/pip install -e .
#. Extend ``logging/tutorial/views.py`` to log a message: