Skip to content

Commit 4b712fd

Browse files
committed
Fix instructions for installing the dev version
1 parent 89bac85 commit 4b712fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ If you aren't familiar with pip, you may also obtain a copy of the
1313

1414
.. _pip: http://www.pip-installer.org/
1515

16-
To test an upcoming release, you can install the `in-development version
17-
<http://github.com/django-debug-toolbar/django-debug-toolbar/tarball/master#egg=django-debug-toolbar-dev>`_
16+
To test an upcoming release, you can install the in-development version
1817
instead with the following command::
1918

20-
$ pip install django-debug-toolbar==dev
19+
$ pip install -e git+https://github.com/django-debug-toolbar/django-debug-toolbar.git#egg=django-debug-toolbar
2120

2221
Quick setup
2322
-----------

0 commit comments

Comments
 (0)