From 0d683f4dae8d35126829cb0bd4baf73f9a34b125 Mon Sep 17 00:00:00 2001
From: Sebastian Steiner <e1029038@student.tuwien.ac.at>
Date: Sun, 20 Jan 2019 14:43:58 +0100
Subject: [PATCH] third attempt for unifiying readmes

---
 service-analysis/README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/service-analysis/README.md b/service-analysis/README.md
index 1754807..fae5266 100644
--- a/service-analysis/README.md
+++ b/service-analysis/README.md
@@ -59,10 +59,11 @@ In case of an 503 error, you can use the `/offline_analysis`.
 ## run local
 ### requirements
 - python 3.7
-- pip: indicoio
-- pip: flask
-- pip: flask_restful
-- pip: textblob
+- pip: 
+    - indicoio
+    - flask
+    - flask_restful
+    - textblob
 ### commands
 - `python3.7 sentiment_analysis.py` to start the service
 
-- 
2.43.0