#Instructions for installing OpenBLAS on a terminal.com instance. Mostly folows: http://stackoverflow.com/questions/11443302/compiling-numpy-with-openblas-integration
##Run the following:
sudo dpkg -r python-numpy
sudo apt-get install gfortran
sudo pip install cython