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) [MSC v.1900 32 bit (Intel)] 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

你可能感兴趣的:(Python环境)