diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:22:20 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:22:20 -0700 |
| commit | 5e088cc17818cf3921c3634ca4e35011525e4076 (patch) | |
| tree | d08b2188a4eca787ac9c06bd5d5303904df744e9 /docs/quick_tutorial/request_response.rst | |
| parent | fd965fe8bfb62a467521e3883237b0506296b7b4 (diff) | |
| download | pyramid-5e088cc17818cf3921c3634ca4e35011525e4076.tar.gz pyramid-5e088cc17818cf3921c3634ca4e35011525e4076.tar.bz2 pyramid-5e088cc17818cf3921c3634ca4e35011525e4076.zip | |
- update request_response.rst
Diffstat (limited to 'docs/quick_tutorial/request_response.rst')
| -rw-r--r-- | docs/quick_tutorial/request_response.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/request_response.rst b/docs/quick_tutorial/request_response.rst index 4f8de0221..f42423de8 100644 --- a/docs/quick_tutorial/request_response.rst +++ b/docs/quick_tutorial/request_response.rst @@ -41,7 +41,7 @@ Steps .. code-block:: bash $ cd ..; cp -r view_classes request_response; cd request_response - $ $VENV/bin/python setup.py develop + $ $VENV/bin/pip install -e . #. Simplify the routes in ``request_response/tutorial/__init__.py``: |
