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 /README.md | |
parent | Updated install script (diff) | |
download | newspipe-edbaad2d204e3efccbd542ec7ae37d396e648137.tar.gz newspipe-edbaad2d204e3efccbd542ec7ae37d396e648137.tar.bz2 newspipe-edbaad2d204e3efccbd542ec7ae37d396e648137.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -29,11 +29,13 @@ Requierements Software required -* [Python](http://python.org/) >= 3.2.3; +* [Python](http://python.org/) >= 3.2; * [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/) >= 1.9; * [feedparser](http://code.google.com/p/feedparser/) >= 5.1.2 (for **feedgetter.py**, the RSS feed parser); * [CherryPy](http://cherrypy.org/) >= 3.2.2 and [Mako](http://www.makotemplates.org/) (for **pyAggr3g470r.py**, the Web interface); -* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) >= 4.1.3 (automatically find a feed in a HTML page). +* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) >= 4.1.2 (automatically find a feed in a HTML page). + +Python 3.3 is recommend for better performances with large collections. Optional module @@ -43,9 +45,9 @@ These modules are not required but enables more features: * lxml and Genshi; * Python Imaging Library for the generation of QR codes. -Not yet tested with Python 3.2. Anyway, if you want to install these modules: +Not yet tested with Python 3.3. Anyway, if you want to install these modules: - $ sudo aptitude install python3.2-lxml python-genshi + $ sudo aptitude install python3.3-lxml python-genshi Backup ------ |