diff --git a/README.rst b/README.rst index 3284aaa6c..df8a4e3c3 100644 --- a/README.rst +++ b/README.rst @@ -42,9 +42,9 @@ You must install the following packages to use Authentic From sources: http://lasso.entrouvert.org/download Debian based distribution: http://deb.entrouvert.org/ - * Django 1.3:: + * Django 1.4:: - From sources: http://www.djangoproject.com/download/1.3/tarball/ + From sources: http://www.djangoproject.com/download/1.4/tarball/ * Django-authopenid 0.9.6:: @@ -66,12 +66,19 @@ or easy_install:: easy_install django django-profiles django-authopenid south -In DEBUG mode (Default mode) -____________________________ +**Dependencies in DEBUG mode (Default mode)** * Django Debug Toolbar:: - Download at https://github.com/django-debug-toolbar/django-debug-toolbar + From sources:: https://github.com/django-debug-toolbar/django-debug-toolbar + +Using pip:: + + pip install django-debug-toolbar + +or easy_install:: + + easy_install django-debug-toolbar Quick Start ----------- diff --git a/doc/installation.rst b/doc/installation.rst index 0d7caa0eb..2ccb67ff0 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -14,9 +14,9 @@ You must install the following packages to use Authentic From sources: http://lasso.entrouvert.org/download Debian based distribution: http://deb.entrouvert.org/ -- Django 1.3: +- Django 1.4: - From sources: http://www.djangoproject.com/download/1.3/tarball/ + From sources: http://www.djangoproject.com/download/1.4/tarball/ - Django-authopenid 0.9.6: @@ -42,6 +42,8 @@ or easy_install:: - Django Debug Toolbar: + From sources:: https://github.com/django-debug-toolbar/django-debug-toolbar + Using pip:: pip install django-debug-toolbar