aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 07:01:14 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 07:01:14 +0200
commite2a253b816a83939485de33a0763a415b261a758 (patch)
tree8f40bdd9485a623a44bb657342cb9e5bddd55378 /docs
parentUpdated README. (diff)
downloadnewspipe-e2a253b816a83939485de33a0763a415b261a758.tar.gz
newspipe-e2a253b816a83939485de33a0763a415b261a758.tar.bz2
newspipe-e2a253b816a83939485de33a0763a415b261a758.zip
Updated documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c396f698..7b972e6f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,7 +37,7 @@ Requierements
Software required
`````````````````
-* Python_ >= 3.2;
+* Python_ >= 3.1;
* MongoDB_ and PyMongo_ >= 1.9;
* feedparser_ >= 5.1.2 (for **feedgetter.py**, the RSS feed parser);
* CherryPy_ >= 3.2.4 and Mako_ (for **pyAggr3g470r.py**, the Web interface);
bgstack15