python安装CV2(超简单快速教程)

打开电脑命令行,输入:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python即可,
使用清华镜像会快一点

你可能感兴趣的:(python,cv)