xxxxxxxxxx
#pip
pip install -U scikit-learn scipy matplotlib
#pip3
pip3 install -U scikit-learn scipy matplotlib
#conda
conda install scikit-learn
#conda with channel
conda install -c anaconda scikit-learn
xxxxxxxxxx
#for python 1
pip install -U scikit-learn scipy matplotlib
#for python 3
pip3 install -U scikit-learn scipy matplotlib