diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-06 11:51:25 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-06 11:51:25 +0200 |
commit | edbaad2d204e3efccbd542ec7ae37d396e648137 (patch) | |
tree | 4a8e77e77565b9978fba221a0eb9105e7ae6a1ac /docs | |
parent | Updated install script (diff) | |
download | newspipe-edbaad2d204e3efccbd542ec7ae37d396e648137.tar.gz newspipe-edbaad2d204e3efccbd542ec7ae37d396e648137.tar.bz2 newspipe-edbaad2d204e3efccbd542ec7ae37d396e648137.zip |
Updated README.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
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 |