From 7b85f6e45ac1ba3da2da111ca49d3f0bd726d4b4 Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Fri, 10 Oct 2014 16:39:46 +0200 Subject: [PATCH] update doc --- docs/installation.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index c09204a..cc9edc5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,7 +1,13 @@ Installation ============ -1. Add ``rest_auth`` app to INSTALLED_APPS in your django settings.py: +1. Install package: + +.. code-block:: python + + pip install django-rest-auth + +2. Add ``rest_auth`` app to INSTALLED_APPS in your django settings.py: .. code-block:: python @@ -16,7 +22,7 @@ Installation .. note:: This project depends on ``django-rest-framework`` library, so install it if you haven't done yet. Make sure also you have installed ``rest_framework`` and ``rest_framework.authtoken`` apps -2. Add rest_auth urls: +3. Add rest_auth urls: .. code-block:: python