From f8616d76b3eda19a97cbaf28e6c6b06dcc139804 Mon Sep 17 00:00:00 2001 From: Nasy Date: Sun, 28 Apr 2019 22:29:17 +0800 Subject: [PATCH] Fix mirror address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84fe8e..7bd8588 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,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 #### 项目使用说明