From a49e83fbd08df9030b1f894ade2adea74d578d22 Mon Sep 17 00:00:00 2001 From: Bruno Tikami Date: Sun, 7 Feb 2016 11:57:35 -0200 Subject: [PATCH] UDPATED: RST formatting. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6eff0739..5b4c3bd3 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,8 @@ Dependencies (pre-flight checklist) 1. Python 2.7 or 3.4+ (3.4+ support is new, please let us know how it goes) 2. Django (1.7 or newer, preferably 1.9 - Django 1.7 is not supported if you are using Python 3.5) 3. An existing WORKING Django project with database etc. If you - cannot log into the Admin, you won't get this product working. -3.1 Also, make sure that both "django.contrib.humanize" and "django.contrib.sites" are installed. + cannot log into the Admin, you won't get this product working. Also, make sure that both + "django.contrib.humanize" and "django.contrib.sites" are installed. 4. `pip install django-bootstrap-form` and add `bootstrapform` to `settings.INSTALLED_APPS` 5. `pip install django-markdown-deux` and add `markdown_deux` to `settings.INSTALLED_APPS` 6. `pip install email-reply-parser` to get smart email reply handling