diff --git a/python-package/README.md b/python-package/README.md index a43185c..2a46610 100644 --- a/python-package/README.md +++ b/python-package/README.md @@ -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 ```