Skip to content

Commit 93d6b83

Browse files
committed
最快 requirements_cv.txt
1 parent a453635 commit 93d6b83

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ch02-安装OpenCV/最简单-使用pip安装opencv-python和opencv-contrib-python/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
- https://github.com/skvark/opencv-python
33
- https://pypi.python.org/pypi/opencv-python
44

5+
## 最快
6+
- 安装好pip和virtualenv
7+
- pip install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements_cv.txt
8+
59
## 安装 opencv-python
610
- virtualenv -p python3 .cv2
711
- source .cv2/bin/activate
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cycler==0.10.0
2+
kiwisolver==1.1.0
3+
matplotlib==3.1.1
4+
numpy==1.17.4
5+
opencv-python==4.1.1.26
6+
pyparsing==2.4.5
7+
python-dateutil==2.8.1
8+
six==1.13.0

0 commit comments

Comments
 (0)