summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/tutorial_approach.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-04 00:43:27 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-04 00:43:27 -0700
commit74c56e0e8d767ac0942cb17cde535113e97d8db1 (patch)
tree56efdcfb81166c298ff3da7471c22e3d65797f72 /docs/quick_tutorial/tutorial_approach.rst
parent44bbbc32b607b043e708a625c4b1756db8919bdd (diff)
downloadpyramid-74c56e0e8d767ac0942cb17cde535113e97d8db1.tar.gz
pyramid-74c56e0e8d767ac0942cb17cde535113e97d8db1.tar.bz2
pyramid-74c56e0e8d767ac0942cb17cde535113e97d8db1.zip
- replace setup.py with pip
Diffstat (limited to 'docs/quick_tutorial/tutorial_approach.rst')
-rw-r--r--docs/quick_tutorial/tutorial_approach.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst
index 204d388b0..8298a4710 100644
--- a/docs/quick_tutorial/tutorial_approach.rst
+++ b/docs/quick_tutorial/tutorial_approach.rst
@@ -17,7 +17,7 @@ repo, where each step/topic/directory is a Python package.
To successfully run each step::
$ cd request_response
- $ $VENV/bin/python setup.py develop
+ $ $VENV/bin/pip install -e .
...and repeat for each step you would like to work on. In most cases we
will start with the results of an earlier step.