summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-07 03:32:19 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-07 03:32:19 -0700
commit2c8511fffc2914480646ab5afb47d12c44ffc6a3 (patch)
treec954607d115006f0ffb9cb98ceac753c52f0bac9 /docs/quick_tutorial/authentication.rst
parenta42b09be68e52d8204bc0f3c18697bb2020f8fc4 (diff)
downloadpyramid-2c8511fffc2914480646ab5afb47d12c44ffc6a3.tar.gz
pyramid-2c8511fffc2914480646ab5afb47d12c44ffc6a3.tar.bz2
pyramid-2c8511fffc2914480646ab5afb47d12c44ffc6a3.zip
- update authentication.rst
Diffstat (limited to 'docs/quick_tutorial/authentication.rst')
-rw-r--r--docs/quick_tutorial/authentication.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst
index 7fd8173d4..5b4a6224d 100644
--- a/docs/quick_tutorial/authentication.rst
+++ b/docs/quick_tutorial/authentication.rst
@@ -33,7 +33,7 @@ Steps
.. code-block:: bash
$ cd ..; cp -r view_classes authentication; cd authentication
- $ $VENV/bin/python setup.py develop
+ $ $VENV/bin/pip install -e .
#. Put the security hash in the ``authentication/development.ini``
configuration file as ``tutorial.secret`` instead of putting it in