We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a453635 commit 93d6b83Copy full SHA for 93d6b83
ch02-安装OpenCV/最简单-使用pip安装opencv-python和opencv-contrib-python/README.md
@@ -2,6 +2,10 @@
2
- https://github.com/skvark/opencv-python
3
- https://pypi.python.org/pypi/opencv-python
4
5
+## 最快
6
+- 安装好pip和virtualenv
7
+- pip install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements_cv.txt
8
+
9
## 安装 opencv-python
10
- virtualenv -p python3 .cv2
11
- source .cv2/bin/activate
ch02-安装OpenCV/最简单-使用pip安装opencv-python和opencv-contrib-python/requirements_cv.txt
@@ -0,0 +1,8 @@
1
+cycler==0.10.0
+kiwisolver==1.1.0
+matplotlib==3.1.1
+numpy==1.17.4
+opencv-python==4.1.1.26
+pyparsing==2.4.5
+python-dateutil==2.8.1
+six==1.13.0
0 commit comments