aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-11-09 19:11:26 +0100
committercedricbonhomme <devnull@localhost>2012-11-09 19:11:26 +0100
commit36c336a60b46499da0241cfe7d5f56243408b757 (patch)
tree0613039e68dbf53383b3e321ed575b60e3f2334c /README.md
parentUpdated list of required Python modules (for Python 3.2.3). (diff)
downloadnewspipe-36c336a60b46499da0241cfe7d5f56243408b757.tar.gz
newspipe-36c336a60b46499da0241cfe7d5f56243408b757.tar.bz2
newspipe-36c336a60b46499da0241cfe7d5f56243408b757.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c342aa80..9397d363 100644
--- a/README.md
+++ b/README.md
@@ -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
bgstack15