Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Win Installation

shengxiang edited this page Sep 9, 2016 · 8 revisions

iOS的测试只能在Mac上,Windows上的用户请自觉前往苹果官网购买

OpenCV

windows推荐直接通过pip安装,

# For Win32
pip install http://o8oookdsx.qnssl.com/opencv_python-2.4.12-cp27-none-win32.whl
# For AMD64
pip install http://o8oookdsx.qnssl.com/opencv_python-2.4.12-cp27-none-win_amd64.whl

如果pip安装遇到问题,也可以把相应的numpy和opencv下载下来。然后在本地安装 备用下载地址,安装方法很简单,例如 pip install opencv??.whl, pip最好版本高一点(>=8.1.0),避免出错。

AutomatorX

pip install --upgrade --pre atx
Clone this wiki locally