aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-10-20 16:42:53 +0200
committercedricbonhomme <devnull@localhost>2012-10-20 16:42:53 +0200
commit35596d992f08cce8e89861bb760a1ab1d6ca1d1d (patch)
tree91edf52cfc0b2ceff8723cedb45aaad092ff77b7 /README.md
parentUpdated README. (diff)
downloadnewspipe-35596d992f08cce8e89861bb760a1ab1d6ca1d1d.tar.gz
newspipe-35596d992f08cce8e89861bb760a1ab1d6ca1d1d.tar.bz2
newspipe-35596d992f08cce8e89861bb760a1ab1d6ca1d1d.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e425a95..51c94977 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,9 @@ Features
Requierements
-------------
+
Software required
-~~~~~~~~~~~~~~~~~
+
* Python_ 2.7.*;
* MongoDB_ and PyMongo_;
* feedparser_;
@@ -35,6 +36,7 @@ Software required
Optional module
~~~~~~~~~~~~~~~
+
These modules are not required but enables more features:
* lxml and Genshi;
* Python Imaging Library for the generation of QR codes.
bgstack15