From 09767b3ada243acfc4d51f97cc0bdf8dc0837e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=A6=E5=A3=AB?= Date: Fri, 15 Apr 2022 19:11:29 +0200 Subject: [PATCH] change section 'Install' --- python-package/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ```