diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:28:38 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:28:38 -0700 |
| commit | 14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf (patch) | |
| tree | 5d01c4dce9c49639c2f414af42e4ba74eb5ec74c | |
| parent | 9f66915a3878ad9764b8fd5039465db54f7a47c1 (diff) | |
| download | pyramid-14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf.tar.gz pyramid-14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf.tar.bz2 pyramid-14fd6dc1d9b74b2ea0034d9c485e50ad9bcbbecf.zip | |
- update logging.rst
| -rw-r--r-- | docs/quick_tutorial/logging.rst | 2 |
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: |
