From ba3cf7fdc4a0db6c9d72f165928e82c7aba933bc Mon Sep 17 00:00:00 2001 From: bmcorser Date: Sat, 9 Feb 2013 14:25:30 +0000 Subject: [PATCH] add links for optional deps links to documentation of optional packages --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2a63788..9e0d09f 100644 --- a/README.rst +++ b/README.rst @@ -20,10 +20,10 @@ To install the latest stable version:: django-devserver has some optional dependancies, which we highly recommend installing. -* ``pip install sqlparse`` -- pretty SQL formatting -* ``pip install werkzeug`` -- interactive debugger -* ``pip install guppy`` -- tracks memory usage (required for MemoryUseModule) -* ``pip install line_profiler`` -- does line-by-line profiling (required for LineProfilerModule) +* ``pip install sqlparse`` -- pretty SQL formatting (`pypi `_) +* ``pip install werkzeug`` -- interactive debugger (`pocoo `_) +* ``pip install guppy`` -- tracks memory usage (required for MemoryUseModule) (`sourceforge `_) +* ``pip install line_profiler`` -- does line-by-line profiling (required for LineProfilerModule) (`pythonhosted `_) You will need to include ``devserver`` in your ``INSTALLED_APPS``::