diff options
Diffstat (limited to 'docs/quick_tutorial/authentication.rst')
| -rw-r--r-- | docs/quick_tutorial/authentication.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst index 529f51ddd..eb9b6b395 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 + cd ..; cp -r view_classes authentication; cd authentication #. Add ``bcrypt`` as a dependency in ``authentication/setup.py``: @@ -46,7 +46,7 @@ Steps .. code-block:: bash - $ $VENV/bin/pip install -e . + $VENV/bin/pip install -e . #. Put the security hash in the ``authentication/development.ini`` configuration file as ``tutorial.secret`` instead of putting it in the code: @@ -88,7 +88,7 @@ Steps .. code-block:: bash - $ $VENV/bin/pserve development.ini --reload + $VENV/bin/pserve development.ini --reload #. Open http://localhost:6543/ in a browser. |
