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``::