From 491d7ece326dbcc1572511b101eba86369c7b45c Mon Sep 17 00:00:00 2001 From: Tazeg Date: Mon, 7 Nov 2016 20:35:13 +0100 Subject: [PATCH] Update Generic Installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5b2948..542349d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ git clone https://github.com/Pinperepette/Geotweet_GUI.git cd Geotweet_GUI/geotweet_0.1_all/usr/share/geotweet chmod +x Geotweet.py sudo apt-get install python-pip +sudo apt-get install python-qt4 sudo pip install -r requirements.txt python ./Geotweet.py ```