首页 > 代码库 > Python安装scipy

Python安装scipy

1.下载numpy+mkl

    下载链接:http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

2.下载scipy

    下载链接:http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

3.安装

    pip install <文件位置>

    技术分享

 

Python安装scipy