mirror of https://github.com/testerSunshine/12306
Fix mirror address
parent
fd2f691ce3
commit
f8616d76b3
|
@ -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
|
||||
|
||||
#### 项目使用说明
|
||||
|
|
Loading…
Reference in New Issue