aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 52522f07..21e080d9 100644
--- a/README.md
+++ b/README.md
@@ -24,17 +24,11 @@ Features
Requierements
-------------
-Software required
-
-* [Python](http://python.org/);
-* [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/);
-* [Whoosh](https://bitbucket.org/mchaput/whoosh) (article searching);
-* [feedparser](http://code.google.com/p/feedparser/);
-* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/).
-
Python >= 2.7.
-Optional module
+To install the required libraries:
+
+ $ sudo pip install --upgrade -r requirements.txt
Backup
bgstack15