Python中用pip安装opencv库(清华镜像)

  • pip install 所用的库
  • pip install 所用的库 -i 镜像网站(快)

eg:清华镜像

 pip install opencv-python -i *https://pypi.tuna.tsinghua.edu.cn/simple*

阿里云:http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/

豆瓣:http://pypi.douban.com/simple/

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