//@time:2016-9-6
//@author:Inc
//@Addr:
看了很多别人的教程,写的都比较单一,今天写一个比较全面的,同时也比较无脑----简单粗暴
百度网盘链接链接: https://pan.baidu.com/s/1c1Ne2rA 密码: 4dgr
里面有Python 3.4+numpy 3.4+scipy 3.4+matplotlib 3.4
register.py文件:
当安装nump时候,会报“Python 3.4 version required,which was not found in the rigistry”,这个时候要把registe.py copy到Python安装的目录下,然后菜单键+R,打开如下界面:
进入命令行窗口,输入 >python register.py
这个时候就注册完毕。
2.安装scipy,直接安装就行,不会报错
3.安装matplotlib,点击exe文件,直接装
import matplotlib
这个时候会报错
no moudle named cycler
同样,打开命令行窗口:
输入>easy_install cycler
再import matplot:
发现报 datautil 的错误
同样在easy_install python-datautil
基本上没问题了,ok!!!