From e9c36735ed6cca919e4dd92768eccd69e14a2925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 24 Apr 2012 16:13:17 +0200 Subject: [PATCH] [doc] Update part on the debug-toolbar-dependency. --- doc/installation.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index 457745617..0d7caa0eb 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -38,12 +38,17 @@ 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:: +- Django Debug Toolbar: - Download at 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 -----------