From dd952759e61adc89990959b865e58f0d046b9cd8 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Wed, 25 Dec 2019 17:56:30 +0800 Subject: [PATCH] Update installation_dependency.md --- docs/installation_dependency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation_dependency.md b/docs/installation_dependency.md index 5bc2626..0ffe828 100644 --- a/docs/installation_dependency.md +++ b/docs/installation_dependency.md @@ -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 ```