We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17cdeab + 4726d16 commit 7865494Copy full SHA for 7865494
python-package/README.md
@@ -8,6 +8,15 @@ The code of InsightFace Python Library is released under the MIT License. There
8
9
## Install
10
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
20
```
21
pip install -U insightface
22
requirements.txt
@@ -0,0 +1,3 @@
1
+Cython>=0.29.28
2
+cmake>=3.22.3
3
+numpy>=1.22.3
0 commit comments