python安装模块wheel步骤
python安装模块wheel步骤
1.先安装wheel,在cmd窗口下输入: pip install wheel
2.下载工具包: numpy模块:http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
scipy模块:http://www.lfd.uci.edu/~gohlke/...
3.安装whl文件,如把x.whl文件放在D盘根目录下,则在cmd输入: pip install d:\x.whl
版权所有,违者必究