change section 'Install'

This commit is contained in:
戦士
2022-04-15 19:11:29 +02:00
parent dc85addeb2
commit 09767b3ada

View File

@@ -8,6 +8,15 @@ The code of InsightFace Python Library is released under the MIT License. There
## Install
### Windows 10
Before installing the package via pip, first install the following packages
```
pip install -U Cython cmake numpy
```
and then finally use
```
pip install -U insightface
```