Update installation_dependency.md

This commit is contained in:
Jing Ling
2019-12-25 17:56:30 +08:00
committed by GitHub
parent 93c31fd826
commit dd952759e6
+1 -1
View File
@@ -58,7 +58,7 @@ pipenv run python3 oneforall.py --help
cd OneForAll/
sudo apt install python3-pip
sudo python3.8 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install -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/
python3.8 oneforall.py --help
```