Created
November 4, 2016 18:25
-
-
Save theevilhead/2b1f20e99d8075eaf66f8ed673660190 to your computer and use it in GitHub Desktop.
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
#smooth way to install scikit learn on python 2.6 | |
# Install miniconda from http://conda.pydata.org/miniconda.html | |
# Now run the script | |
bash ./location-pf-the-script.sh | |
#It will install mini conda | |
# Now run | |
conda install numpy | |
conda install scipy | |
conda install scikit-learn | |
#you are good to go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment