easy_install - pip
时间:2016-07-29 18:49:43
收藏:0
阅读:288
easy_install
解压,安装.
python ez_setup.py
pip
解压,安装.
python setup.py install
注意配置环境变量。
Installing scikit-learn : pip install -U scikit-learn /
原文:http://www.cnblogs.com/suanec/p/5719225.html
评论(0)