修改pip3安装命令

This commit is contained in:
shmilylty
2019-08-09 14:24:50 +08:00
parent 623a21a11e
commit 272662fa82
+2 -1
View File
@@ -86,8 +86,9 @@
* 使用pip3
```bash
cd OneForAll/oneforall
cd OneForAll/
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
cd oneforall/
python3 oneforall.py --help
```