Skip to content

Commit 4bdcc4f

Browse files
committed
README.md
1 parent 3e9afd1 commit 4bdcc4f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
本仓库计划用于2024成都理工大学人工智能协会技术培训使用
66

7-
# Conda创建环境流程
7+
## 项目依赖
88

9-
`conda create -n visionpy python=3.8`
9+
- OpenCV: `4.10.0`
10+
- MediaPipe: `0.10.10`
1011

11-
`conda activate visionpy`
12-
13-
`pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple`
14-
15-
`pip install opencv-python`
16-
17-
`pip install mediapipe`
12+
## Conda创建环境流程
1813

14+
```bash
15+
conda create -n visionpy python=3.8
16+
conda activate visionpy
17+
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
18+
pip install opencv-python==4.10.0
19+
pip install mediapipe==0.10.10
20+
```

0 commit comments

Comments
 (0)