aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-10 11:58:07 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-10 11:58:07 +0100
commit0e0903c0e34a5554ab29b9e372bfd915d4e56dc2 (patch)
treea16c0e333517d2217f9c9a67eb2cb81906dcec72 /README.md
parentUpdated configuration file. (diff)
downloadnewspipe-0e0903c0e34a5554ab29b9e372bfd915d4e56dc2.tar.gz
newspipe-0e0903c0e34a5554ab29b9e372bfd915d4e56dc2.tar.bz2
newspipe-0e0903c0e34a5554ab29b9e372bfd915d4e56dc2.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d909d339..356e859c 100644
--- a/README.md
+++ b/README.md
@@ -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
bgstack15