Last active
October 20, 2015 02:57
-
-
Save r2007/16635748ce7e6a79d42e to your computer and use it in GitHub Desktop.
install scikit-learn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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