Skip to content
Snippets Groups Projects
Commit 80f78719 authored by schoenwandt's avatar schoenwandt
Browse files

Update venv_setup.sh

parent a5385159
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment