Skip to content

Commit 7865494

Browse files
authored
Merge pull request #1976 from krenem/master
Add requirements.txt
2 parents 17cdeab + 4726d16 commit 7865494

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

python-package/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ The code of InsightFace Python Library is released under the MIT License. There
88

99
## Install
1010

11+
### Windows 10
12+
13+
Before installing the package via pip, first install the following packages
14+
15+
```
16+
pip install -U Cython cmake numpy
17+
```
18+
and then finally use
19+
1120
```
1221
pip install -U insightface
1322
```

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Cython>=0.29.28
2+
cmake>=3.22.3
3+
numpy>=1.22.3

0 commit comments

Comments
 (0)