From edbaad2d204e3efccbd542ec7ae37d396e648137 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 6 Apr 2013 11:51:25 +0200 Subject: Updated README. --- docs/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 4ce78a8a..c396f698 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,12 +37,13 @@ Requierements Software required ````````````````` -* Python_ >= 3.3; +* Python_ >= 3.2; * MongoDB_ and PyMongo_ >= 1.9; * feedparser_ >= 5.1.2 (for **feedgetter.py**, the RSS feed parser); * CherryPy_ >= 3.2.4 and Mako_ (for **pyAggr3g470r.py**, the Web interface); -* BeautifulSoup_ >= 4.1.3 (automatically find a feed in a HTML page). +* BeautifulSoup_ bs4 >= 4.1.2 (automatically find a feed in a HTML page). +Python 3.3 is recommend for better performances with large collections. Optional module ``````````````` @@ -92,7 +93,7 @@ Script of installation cd pyaggr3g470r/source/ cp cfg/pyAggr3g470r.cfg-sample cfg/pyAggr3g470r.cfg -This script works with Python 3.2. +This script works with Python 3.3. Setting -- cgit