============
Installation
============

You can install django-premailer either via the Python Package Index (PyPI)
or from github.

To install using pip;

.. code-block:: bash

    $ pip install django-premailer

From github;

.. code-block:: bash

    $ pip install git+https://github.com/alexhayes/django-premailer.git
