From 80f787191f8ba318914e13333894222e357bb048 Mon Sep 17 00:00:00 2001
From: schoenwandt <schoenwandt@cl.uni-heidelberg.de>
Date: Thu, 8 Feb 2018 17:01:24 +0100
Subject: [PATCH] Update venv_setup.sh

---
 venv_setup.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/venv_setup.sh b/venv_setup.sh
index ac775e5..1963dd7 100644
--- a/venv_setup.sh
+++ b/venv_setup.sh
@@ -1,7 +1,8 @@
 #!/bin/bash
 
-virtualenv soprobroenv
-source soprobroenv/bin/activate
+virtualenv sopro_env
+source sopro_env/bin/activate
+
 pip install --upgrade pip
 pip install nltk
 pip install numpy
@@ -9,3 +10,5 @@ pip install scipy
 pip install sklearn
 pip install requests
 pip install textblob
+
+python -mpip install -U matplotlib
-- 
GitLab