Starter project code for students taking Udacity ud120
Installing virtualenv:
➜ ~ sudo pip install virtualenv
Create new virtualenv:
➜ ~ python --version
Python 2.7.10
➜ ~ virtualenv .venvs/2.7.10
New python executable in /Users/toiwa/.venvs/2.7.10/bin/python
Installing setuptools, pip, wheel...done.
Activate virtualenv:
➜ ~ source ~/.venvs/2.7.10/bin/activate
Install required packages:
➜ ~ pip install numpy
➜ ~ brew install gcc
➜ ~ pip install scipy
➜ ~ pip install scikit-learn
➜ ~ pip install nltk