This commit is contained in:
Jing Ling
2020-05-13 00:54:34 +08:00
parent 6df4e8df40
commit 3242149c13
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ git clone https://gitee.com/shmilylty/OneForAll.git
3. 安装相关依赖
```bash
cd OneForAll/
sudo yum install python3-devel python3-pip -y
sudo yum install gcc python3-devel python3-pip -y
sudo python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install uvloop -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/