diff options
Diffstat (limited to 'docs/installation.rst')
| -rw-r--r-- | docs/installation.rst | 5 | 
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  ----------- | 
