From ffb03613f7f5085a042a93d79ff819b3db8e38e5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 3 Nov 2013 21:24:15 +0100 Subject: Updated README. --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'README.md') 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 -- cgit