forked from mirror/django-mailbox
Moving documentation to RTD.
This commit is contained in:
parent
74aaf467ee
commit
3bada8f1a8
12 changed files with 631 additions and 191 deletions
23
docs/topics/installation.rst
Normal file
23
docs/topics/installation.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
Installation
|
||||
============
|
||||
|
||||
You can either install from pip::
|
||||
|
||||
pip install django-mailbox
|
||||
|
||||
*or* checkout and install the source from the `bitbucket repository <https://bitbucket.org/latestrevision/django-mailbox/>`_::
|
||||
|
||||
hg clone https://bitbucket.org/latestrevision/django-mailbox
|
||||
cd django-mailbox
|
||||
python setup.py install
|
||||
|
||||
*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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue