From 474f628fd9d4467c27058a84de803e7343e064d7 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 28 Feb 2012 15:53:29 -0800 Subject: [PATCH] moar docs. --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 76797d6..959e28b 100644 --- a/README.rst +++ b/README.rst @@ -4,15 +4,19 @@ Djrill, for Mandrill Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp. +Dependencies +------------ + +The only dependency other than Django is the ``requests`` library from Kenneth Reitz. If you do not +install through PyPI you will need to do :: + + pip install requests + Installation ------------ ``pip install djrill`` -or - -``pip install -e git+https://github.com/brack3t/Djrill.git`` - Configuration -------------