diff options
author | cedricbonhomme <devnull@localhost> | 2012-11-09 19:11:26 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-11-09 19:11:26 +0100 |
commit | 36c336a60b46499da0241cfe7d5f56243408b757 (patch) | |
tree | 0613039e68dbf53383b3e321ed575b60e3f2334c | |
parent | Updated list of required Python modules (for Python 3.2.3). (diff) | |
download | newspipe-36c336a60b46499da0241cfe7d5f56243408b757.tar.gz newspipe-36c336a60b46499da0241cfe7d5f56243408b757.tar.bz2 newspipe-36c336a60b46499da0241cfe7d5f56243408b757.zip |
Updated README.
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -27,11 +27,11 @@ Requierements Software required -* [Python](http://python.org/) 2.7; -* [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/); -* [feedparser](http://code.google.com/p/feedparser/); -* [CherryPy](http://cherrypy.org/) (version 3 and up); -* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/). +* [Python](http://python.org/) >= 3.2.3; +* [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 (for **pyAggr3g470r.py**, the Web interface); +* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) >= 4.1.3 (automatically find a feed in a HTML page). Optional module |