From 4b712fda71cd3301507c31e8ef835c0de105005a Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 30 Nov 2013 09:59:42 +0100 Subject: Fix instructions for installing the dev version --- docs/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/installation.rst') diff --git a/docs/installation.rst b/docs/installation.rst index 67cb230..221d85f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,11 +13,10 @@ If you aren't familiar with pip, you may also obtain a copy of the .. _pip: http://www.pip-installer.org/ -To test an upcoming release, you can install the `in-development version -`_ +To test an upcoming release, you can install the in-development version instead with the following command:: - $ pip install django-debug-toolbar==dev + $ pip install -e git+https://github.com/django-debug-toolbar/django-debug-toolbar.git#egg=django-debug-toolbar Quick setup ----------- -- cgit v1.2.3