aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-30 09:59:42 +0100
committerAymeric Augustin2013-11-30 09:59:42 +0100
commit4b712fda71cd3301507c31e8ef835c0de105005a (patch)
tree3b3438dd5ecb16f5ef175e6d1df4c218d9883cd5
parent89bac859215fb837e36394ed9bc3f1070fe8de5e (diff)
downloaddjango-debug-toolbar-4b712fda71cd3301507c31e8ef835c0de105005a.tar.bz2
Fix instructions for installing the dev version
-rw-r--r--docs/installation.rst5
1 files changed, 2 insertions, 3 deletions
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
-<http://github.com/django-debug-toolbar/django-debug-toolbar/tarball/master#egg=django-debug-toolbar-dev>`_
+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
-----------