diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:12:27 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:12:27 -0700 |
| commit | 21fd514e069f9d172ac0f96febd721ed93917ae3 (patch) | |
| tree | fd8d9d786732c1e6835d085572d8b424ad4ad81a /docs/quick_tutorial | |
| parent | 2afec648d11f2814869d7a471b38b1f6e60004f0 (diff) | |
| download | pyramid-21fd514e069f9d172ac0f96febd721ed93917ae3.tar.gz pyramid-21fd514e069f9d172ac0f96febd721ed93917ae3.tar.bz2 pyramid-21fd514e069f9d172ac0f96febd721ed93917ae3.zip | |
- update ini.rst
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/ini.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/ini.rst b/docs/quick_tutorial/ini.rst index 36942c767..0aed304df 100644 --- a/docs/quick_tutorial/ini.rst +++ b/docs/quick_tutorial/ini.rst @@ -50,7 +50,7 @@ Steps .. code-block:: bash - $ $VENV/bin/python setup.py develop + $ $VENV/bin/pip install -e . #. Let's make a file ``ini/development.ini`` for our configuration: |
