summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-07 03:26:52 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-07 03:26:52 -0700
commitb37b6f4b5393191047edf44173d3d8c2581861a7 (patch)
tree5bfbed588241ed400b9ebfd6b2b4cd96da6ff0dc /docs/quick_tutorial
parent2d2ced28cd261b0080bcec9f101432b4fe40c13b (diff)
downloadpyramid-b37b6f4b5393191047edf44173d3d8c2581861a7.tar.gz
pyramid-b37b6f4b5393191047edf44173d3d8c2581861a7.tar.bz2
pyramid-b37b6f4b5393191047edf44173d3d8c2581861a7.zip
- update json.rst
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/json.rst b/docs/quick_tutorial/json.rst
index aa789d833..49421829b 100644
--- a/docs/quick_tutorial/json.rst
+++ b/docs/quick_tutorial/json.rst
@@ -31,7 +31,7 @@ Steps
.. code-block:: bash
$ cd ..; cp -r view_classes json; cd json
- $ $VENV/bin/python setup.py develop
+ $ $VENV/bin/pip install -e .
#. We add a new route for ``hello_json`` in
``json/tutorial/__init__.py``: