在Windows环境下安装numpy与scipy
1. 安装python
在python.org网站下载所需要的python安装包
2. 安装pip与wheel
pip 是python的包管理工具,很有必要安装。
下载get_pip.py文件下载地址
打开cmd,输入 python get_pip.py
安装pip成功后,输入:pip install wheel
3. 安装numpy
下载numpy安装文件
32位numpy下载地址32,64位numpy下载地址64
打开cmd,如果是32位的话,输入:pip install c:\user\documents\desktop\numpy-1.9.2+mkl-cp27-none-win32.whl
4. 安装scipy
下载sci安装文件
32位Scipy32下载地址,64位Scipy64下载地址
如果安装中提示没有安装visual c++ 9.0
请安装VisualC++ForPython下载