============ Installation ============ django-health-monitor is available on `PyPI `_ and can be installed using pip:: $ pip install django-health-monitor After installing, add ``'health_monitor'`` to ``INSTALLED_APPS`` in ``settings.py``. .. note:: Please see the `Django Documentation `_ for officially supported versions of Django and Python to ensure proper application behavior. Also see `Travis CI `_ for current test statuses.