Skip to content

Instantly share code, notes, and snippets.

@r2007
Last active October 20, 2015 02:57
Show Gist options
  • Save r2007/16635748ce7e6a79d42e to your computer and use it in GitHub Desktop.
Save r2007/16635748ce7e6a79d42e to your computer and use it in GitHub Desktop.
install scikit-learn
apt-get update
apt-get install -y pkg-config libopenblas-dev liblapack-dev git-core build-essential gfortran python-dev curl libfreetype6-dev libjpeg-dev libhdf5-dev liblzo2-dev libbz2-dev
curl https://bootstrap.pypa.io/get-pip.py | python
pip install cython
pip install numpy
pip install six
pip install pillow
pip install scikit-image
pip install scipy
pip install scikit-learn
# ln -s /usr/include/freetype2/ft2build.h /usr/include/
pip install matplotlib
pip install ipython[all]
pip install h5py
pip install pandas
pip install numexpr
pip install tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment