1
0
Fork 0
django-mailbox/docs/topics/installation.rst
2013-12-15 21:47:34 -08:00

17 lines
483 B
ReStructuredText

Installation
============
You can either install from pip::
pip install django-mailbox
*or* checkout and install the source from the `github repository <https://github.com/latestrevision/django-mailbox/>`_::
git clone https://github.com/latestrevision/django-mailbox.git
cd django-mailbox
python setup.py install
After you have installed the package,
you should add ``django_mailbox`` to the ``INSTALLED_APPS`` setting in your project's ``settings.py`` file.