forked from mirror/django-mailbox
Fixing documentation; it looks like I accidentally used Markdown rather than RST.
This commit is contained in:
parent
c3f63a0d60
commit
8eaf397755
1 changed files with 3 additions and 3 deletions
|
|
@ -10,17 +10,17 @@ WARNING! This will delete any messages it can find in the inbox you specify-- p
|
|||
Installation
|
||||
============
|
||||
|
||||
You can either install from pip:
|
||||
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):
|
||||
*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):
|
||||
*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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue