diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:26:52 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:26:52 -0700 |
| commit | b37b6f4b5393191047edf44173d3d8c2581861a7 (patch) | |
| tree | 5bfbed588241ed400b9ebfd6b2b4cd96da6ff0dc /docs/quick_tutorial/json.rst | |
| parent | 2d2ced28cd261b0080bcec9f101432b4fe40c13b (diff) | |
| download | pyramid-b37b6f4b5393191047edf44173d3d8c2581861a7.tar.gz pyramid-b37b6f4b5393191047edf44173d3d8c2581861a7.tar.bz2 pyramid-b37b6f4b5393191047edf44173d3d8c2581861a7.zip | |
- update json.rst
Diffstat (limited to 'docs/quick_tutorial/json.rst')
| -rw-r--r-- | docs/quick_tutorial/json.rst | 2 |
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``: |
