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

added setup file for venv

parent 9b424993
No related branches found
No related tags found
No related merge requests found
#!/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
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