aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-03 21:24:15 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-03 21:24:15 +0100
commitffb03613f7f5085a042a93d79ff819b3db8e38e5 (patch)
treef94f323aab47023df85b1eed5431189105baf871 /README.md
parentMinor bugfix (diff)
downloadnewspipe-ffb03613f7f5085a042a93d79ff819b3db8e38e5.tar.gz
newspipe-ffb03613f7f5085a042a93d79ff819b3db8e38e5.tar.bz2
newspipe-ffb03613f7f5085a042a93d79ff819b3db8e38e5.zip
Updated README.
Diffstat (limited to 'README.md')
-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