1、安装CentOS7
(略)
2、安装pip
wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
python get-pip.py
3、安装matplotlib
yum install python-matplotlib
4、安装scipy、numpy
yum install numpy scipy
5、安装scikit-learn
pip install -U scikit-learn
本文出自 “7727197” 博客,请务必保留此出处http://7737197.blog.51cto.com/7727197/1795602
原文地址:http://7737197.blog.51cto.com/7727197/1795602