From a592e7b5e77da0e5fb86e4a784907e1a4b207f3b Mon Sep 17 00:00:00 2001 From: schoenwandt <schoenwandt@cl.uni-heidelberg.de> Date: Thu, 11 Jan 2018 15:32:14 +0100 Subject: [PATCH] added setup file for venv --- venv_setup.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 venv_setup.sh diff --git a/venv_setup.sh b/venv_setup.sh new file mode 100644 index 0000000..7c6ea34 --- /dev/null +++ b/venv_setup.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +virtualenv soprobroenv +source soprobroenv/bin/activate +pip install --upgrade pip +pip install nltk +pip install numpy +pip install scipy +pip install sklearn +pip install requests +pip install textblob +pip install vaderSentiment -- GitLab