diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-04 01:01:42 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-04 01:01:42 -0700 |
| commit | b9b31f0ca0dead8dd3835f26d6db6c53c8c7b72c (patch) | |
| tree | 56efdcfb81166c298ff3da7471c22e3d65797f72 /docs/quick_tutorial/tutorial_approach.rst | |
| parent | 02b71071153b1e8e345392575eff45e584f2c88e (diff) | |
| parent | 74c56e0e8d767ac0942cb17cde535113e97d8db1 (diff) | |
| download | pyramid-b9b31f0ca0dead8dd3835f26d6db6c53c8c7b72c.tar.gz pyramid-b9b31f0ca0dead8dd3835f26d6db6c53c8c7b72c.tar.bz2 pyramid-b9b31f0ca0dead8dd3835f26d6db6c53c8c7b72c.zip | |
Merge pull request #2428 from stevepiercy/docs/easy-install-to-pip.2104
- replace setup.py with pip
Diffstat (limited to 'docs/quick_tutorial/tutorial_approach.rst')
| -rw-r--r-- | docs/quick_tutorial/tutorial_approach.rst | 2 |
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. |
