sol229 发表于 2017-4-20 12:47:14

Python环境

为了学习Machine Learning in Action, 在机器上需要安装Python环境。 注意Windows 7用户不是Admin的话最好不要装到Program Files 文件夹下, 否则安装numpy可能出未授权错误。


Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) on win32
numpy-1.12.0-cp36-none-win_amd64.whl

Install numpy:
C:\Python36-32\Scripts>pip3.6 install \Software\numpy-1.12.0-cp36-none-win32.whl



>>>>Reference<<<<
http://www.numpy.org
http://www.scipy.org/install.html
http://www.scipy.org/scipylib/download.html
http://python-xy.github.io
http://python-xy.github.io/downloads.html
页: [1]
查看完整版本: Python环境