Skip to content

add links for optional deps #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/sqlparse/>`_)
* ``pip install werkzeug`` -- interactive debugger (`pocoo <http://werkzeug.pocoo.org/docs/>`_)
* ``pip install guppy`` -- tracks memory usage (required for MemoryUseModule) (`sourceforge <http://guppy-pe.sourceforge.net/>`_)
* ``pip install line_profiler`` -- does line-by-line profiling (required for LineProfilerModule) (`pythonhosted <http://pythonhosted.org/line_profiler/>`_)

You will need to include ``devserver`` in your ``INSTALLED_APPS``::

Expand Down