添加镜像源.

Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
lion.chan 2021-06-06 13:17:32 +08:00
parent 11cb07b9da
commit 3b9159bb7a
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
一般可到 <https://pypi.org> 搜索 Python 包,通过: 一般可到 <https://pypi.org> 搜索 Python 包,通过:
```bash ```bash
pip2 install <package name> pip2 install <package name> -i http://mirrors.aliyun.com/pypi/simple/
# 或 # 或
pip3 install <package name> pip3 install <package name> -i https://pypi.mirrors.ustc.edu.cn/simple/
``` ```
来安装包。 来安装包。