diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-10 11:58:07 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-10 11:58:07 +0100 |
commit | 0e0903c0e34a5554ab29b9e372bfd915d4e56dc2 (patch) | |
tree | a16c0e333517d2217f9c9a67eb2cb81906dcec72 | |
parent | Updated configuration file. (diff) | |
download | newspipe-0e0903c0e34a5554ab29b9e372bfd915d4e56dc2.tar.gz newspipe-0e0903c0e34a5554ab29b9e372bfd915d4e56dc2.tar.bz2 newspipe-0e0903c0e34a5554ab29b9e372bfd915d4e56dc2.zip |
Updated README.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,7 @@ based on [Flask](http://flask.pocoo.org/). Articles are stored in a [MongoDB](ht Features ------------ + * articles are stored in a [MongoDB](http://www.mongodb.org/) database; * favorite articles; * share articles with Google +, Pinboard and reddit. @@ -17,8 +18,9 @@ Features Requierements ------------- -Python >= 2.7. To install the required libraries: +You need to have installed Python >= 2.7, MongoDB and some Python libraries. + $ sudo apt-get install mongodb-server python-pip $ sudo pip install --upgrade -r requirements.txt Configuration |