Install Anaconda
In terminal run
conda create --name=statistics-env python=2
source activate statistics-env
pip install -r requirements.txt
ipython notebook
Go to http://localhost:8888/ and enjoy the ride!
Install Anaconda
In terminal run
conda create --name=statistics-env python=2
source activate statistics-env
pip install -r requirements.txt
ipython notebook
Go to http://localhost:8888/ and enjoy the ride!