aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-11-09 19:07:04 +0100
committercedricbonhomme <devnull@localhost>2012-11-09 19:07:04 +0100
commitda0344218c42f0575fdb6fefe4e3fad8908fed1f (patch)
tree426fa18be80a1e1788a8b7444a77aaa046124881 /docs
parentUpdated sphinx configuration (pyAggr3g470r version number). (diff)
downloadnewspipe-da0344218c42f0575fdb6fefe4e3fad8908fed1f.tar.gz
newspipe-da0344218c42f0575fdb6fefe4e3fad8908fed1f.tar.bz2
newspipe-da0344218c42f0575fdb6fefe4e3fad8908fed1f.zip
Updated list of required Python modules (for Python 3.2.3).
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 03e9d682..680049da 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,11 +37,11 @@ Requierements
Software required
`````````````````
-* Python_ 3.2.*;
-* MongoDB_ and PyMongo_;
-* feedparser_;
-* CherryPy_ (version 3 and up);
-* BeautifulSoup4_.
+* Python_ >= 3.2.3;
+* MongoDB_ and PyMongo_ >= 1.9;
+* feedparser_ >= 5.1.2 (for **feedgetter.py**, the RSS feed parser);
+* CherryPy_ >= 3.2.2 (for **pyAggr3g470r.py**, the Web interface);
+* BeautifulSoup_ >= 4.1.3 (automatically find a feed in a HTML page).
Optional module
@@ -146,5 +146,5 @@ Contact
.. _MongoDB: http://www.mongodb.org/
.. _PyMongo: https://github.com/mongodb/mongo-python-driver
.. _CherryPy: http://cherrypy.org/
-.. _BeautifulSoup4: http://www.crummy.com/software/BeautifulSoup/
+.. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/
.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt
bgstack15