diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-08 06:59:11 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-08 06:59:11 +0200 |
commit | 73419e3fc02573b42f6209a7d9071f53a9d3a76b (patch) | |
tree | edc70db2475a616ad2496fb95b0912a68433ddf0 | |
parent | Updated README. (diff) | |
download | newspipe-73419e3fc02573b42f6209a7d9071f53a9d3a76b.tar.gz newspipe-73419e3fc02573b42f6209a7d9071f53a9d3a76b.tar.bz2 newspipe-73419e3fc02573b42f6209a7d9071f53a9d3a76b.zip |
Updated README.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |