diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:23:47 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:23:47 -0700 |
| commit | e612f1ef16a25febbb61ed1b12634c814b251d83 (patch) | |
| tree | d5372587cfb201bac91195045ad00fafddf78973 /docs/quick_tutorial | |
| parent | 5e088cc17818cf3921c3634ca4e35011525e4076 (diff) | |
| download | pyramid-e612f1ef16a25febbb61ed1b12634c814b251d83.tar.gz pyramid-e612f1ef16a25febbb61ed1b12634c814b251d83.tar.bz2 pyramid-e612f1ef16a25febbb61ed1b12634c814b251d83.zip | |
- update routing.rst
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/routing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/routing.rst b/docs/quick_tutorial/routing.rst index 416a346fa..7b6d0904d 100644 --- a/docs/quick_tutorial/routing.rst +++ b/docs/quick_tutorial/routing.rst @@ -48,7 +48,7 @@ Steps .. code-block:: bash $ cd ..; cp -r view_classes routing; cd routing - $ $VENV/bin/python setup.py develop + $ $VENV/bin/pip install -e . #. Our ``routing/tutorial/__init__.py`` needs a route with a replacement pattern: |
