git clone [email protected]:cldershem/fantasyNCAA.git ~/{SOME_DIR}
cd ~/{SOME_DIR}
mkvirtualenv --python=`which python3` fantasyNCAA
echo 'fantasyNCAA' > .venv
deactivate
cd .
which python3
>>> ~/{SOME_PATH_TO_VENV}
pip3 install -r requirements.txt
./scrapeVegas.py