和把大象放入冰箱一样,需要三步:
1: 安装numpy (如果本来没装的话)
pip install -U numpy
检查一下:
$ pip show Numpy
2; 装 spicy
pip install -U spicy
检查一下:
$pip show scipy
3: 装 scikit-Learn
pip install -U scikit-learn
检查一下:
pip show scikit-learn
再看看: pip list
阅读(461) | 评论(0) | 转发(0) |