From 3cae4c27678d754522179e9c264d28e8e002b023 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 8 Nov 2012 23:48:13 +0100 Subject: Updated documentation. --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit