aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 06:59:11 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 06:59:11 +0200
commit73419e3fc02573b42f6209a7d9071f53a9d3a76b (patch)
treeedc70db2475a616ad2496fb95b0912a68433ddf0 /README.md
parentUpdated README. (diff)
downloadnewspipe-73419e3fc02573b42f6209a7d9071f53a9d3a76b.tar.gz
newspipe-73419e3fc02573b42f6209a7d9071f53a9d3a76b.tar.bz2
newspipe-73419e3fc02573b42f6209a7d9071f53a9d3a76b.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5491e5be..c5ed173e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Requierements
Software required
-* [Python](http://python.org/) >= 3.2;
+* [Python](http://python.org/) >= 3.1;
* [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/) >= 1.9;
* [feedparser](http://code.google.com/p/feedparser/) >= 5.1.2 (for **feedgetter.py**, the RSS feed parser);
* [CherryPy](http://cherrypy.org/) >= 3.2.2 and [Mako](http://www.makotemplates.org/) (for **pyAggr3g470r.py**, the Web interface);
bgstack15