diff --git a/README.md b/README.md index 46b2e81..42f3cfd 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - 项目依赖包查看 requirements.txt - 安装方法-Windows: - 安装方法-Linux: - - root用户(避免多python环境产生问题): python2 -m pip install -i https://pypi.tuna.tsinghua.e -r requirements.txt + - root用户(避免多python环境产生问题): python2 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt - 非root用户(避免安装和运行时使用了不同环境): sudo python2 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt #### 项目使用说明