Skip to content

Commit

Permalink
cleaned up installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Sep 23, 2017
1 parent 814e868 commit a34cf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Using django-simple-captcha
Installation
+++++++++++++

1. Download ``django-simple-captcha`` using pip_ by running: ``pip install django-simple-captcha``
1. Install ``django-simple-captcha`` via pip_: ``pip install django-simple-captcha``
2. Add ``captcha`` to the ``INSTALLED_APPS`` in your ``settings.py``
3. Run ``python manage.py syncdb`` (or ``python manage.py migrate`` if you are managing database migrations via South) to create the required database tables
3. Run ``python manage.py syncdb``
4. Add an entry to your ``urls.py``::

urlpatterns += [
Expand Down

0 comments on commit a34cf23

Please sign in to comment.