aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-11-08 23:48:13 +0100
committercedricbonhomme <devnull@localhost>2012-11-08 23:48:13 +0100
commit3cae4c27678d754522179e9c264d28e8e002b023 (patch)
tree9b467744e68a60e4f8f46c1f84dedcb6279af22e /docs
parentUpdated revision date and version number. (diff)
downloadnewspipe-3cae4c27678d754522179e9c264d28e8e002b023.tar.gz
newspipe-3cae4c27678d754522179e9c264d28e8e002b023.tar.bz2
newspipe-3cae4c27678d754522179e9c264d28e8e002b023.zip
Updated documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9ffd0541..03e9d682 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,11 +37,11 @@ Requierements
Software required
`````````````````
-* Python_ 2.7.*;
+* Python_ 3.2.*;
* MongoDB_ and PyMongo_;
* feedparser_;
* CherryPy_ (version 3 and up);
-* BeautifulSoup_.
+* BeautifulSoup4_.
Optional module
@@ -146,5 +146,5 @@ Contact
.. _MongoDB: http://www.mongodb.org/
.. _PyMongo: https://github.com/mongodb/mongo-python-driver
.. _CherryPy: http://cherrypy.org/
-.. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/
+.. _BeautifulSoup4: http://www.crummy.com/software/BeautifulSoup/
.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt
bgstack15