mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
使用pip3安装方式建议安装uvloop
This commit is contained in:
@@ -58,6 +58,7 @@ pipenv run python3 oneforall.py --help
|
|||||||
cd OneForAll/
|
cd OneForAll/
|
||||||
sudo apt install python3-pip
|
sudo apt install python3-pip
|
||||||
sudo python3.8 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
|
sudo python3.8 -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/
|
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
cd oneforall/
|
cd oneforall/
|
||||||
python3.8 oneforall.py --help
|
python3.8 oneforall.py --help
|
||||||
@@ -79,6 +80,7 @@ pipenv run python3 oneforall.py --help
|
|||||||
cd OneForAll/
|
cd OneForAll/
|
||||||
python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
|
python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
|
pip3 install uvloop -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
cd oneforall/
|
cd oneforall/
|
||||||
python3 oneforall.py --help
|
python3 oneforall.py --help
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user