From b7084b0539017dc53a4a004e8c2d8622fb09f91f Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Mon, 8 Mar 2021 09:51:51 +0800 Subject: [PATCH] Update COMPILE.md --- doc/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/COMPILE.md b/doc/COMPILE.md index ec1900a8..8fd07f5b 100644 --- a/doc/COMPILE.md +++ b/doc/COMPILE.md @@ -77,7 +77,7 @@ export PYTHON_EXECUTABLE=$PYTHONROOT/bin/python3.8 ## Install Python dependencies ```shell -pip install -r python/requirements.txt +pip install -r python/requirements.txt -i https://mirror.baidu.com/pypi/simple ``` If you use other Python version, please use the right `pip` accordingly. -- GitLab