aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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