update README.md.

This commit is contained in:
Zoker
2020-09-07 09:23:51 +08:00
committed by Gitee
parent f847b464ff
commit 9e29fc9a60
+4
View File
@@ -45,6 +45,10 @@ curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo
chmod a+x /usr/local/bin/repo
# 安装requests依赖,或在执行命令时依据提示自动安装
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests
# 如果安装成功但是还是提示错误,建议使用 PyEnv 进行环境的管理
https://gitee.com/mirrors/pyenv
```