diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-03 21:24:15 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-03 21:24:15 +0100 |
commit | ffb03613f7f5085a042a93d79ff819b3db8e38e5 (patch) | |
tree | f94f323aab47023df85b1eed5431189105baf871 | |
parent | Minor bugfix (diff) | |
download | newspipe-ffb03613f7f5085a042a93d79ff819b3db8e38e5.tar.gz newspipe-ffb03613f7f5085a042a93d79ff819b3db8e38e5.tar.bz2 newspipe-ffb03613f7f5085a042a93d79ff819b3db8e38e5.zip |
Updated README.
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 |