From 4e4f9643ac2348327388ff1ca241e386298d57b0 Mon Sep 17 00:00:00 2001 From: volpino Date: Sat, 28 Apr 2012 15:04:01 +0200 Subject: [PATCH] README update --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 730deb4..378e6a4 100644 --- a/README +++ b/README @@ -88,6 +88,15 @@ tree to avoid messing with your system. ### Installation +Install requirements from PyPI using + + $ python setup.py develop + +Extra dependencies: + + * portage python api + * rrdtool[python] + Like any django web app, just start by editing settings.py and then run these two commands.