Skip to content
Snippets Groups Projects
venv_setup.sh 242 B
Newer Older
schoenwandt's avatar
schoenwandt committed
#!/bin/bash

schoenwandt's avatar
schoenwandt committed
virtualenv sopro_env
source sopro_env/bin/activate

schoenwandt's avatar
schoenwandt committed
pip install --upgrade pip
pip install nltk
pip install numpy
pip install scipy
pip install sklearn
pip install requests
pip install textblob
schoenwandt's avatar
schoenwandt committed

python -mpip install -U matplotlib