pip添加--no-cache-dir参数
This commit is contained in:
parent
fc5fbdff95
commit
5840b70ca4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -32,7 +32,7 @@ command_list = {
|
|||
"switch_slow": "..\\git\\bin\\git switch -f slow",
|
||||
"reset_fast": "..\\git\\bin\\git reset --hard origin/fast",
|
||||
"reset_slow": "..\\git\\bin\\git reset --hard origin/slow",
|
||||
"pip_install": "..\\python\\Scripts\\pip install -i https://mirror.sjtu.edu.cn/pypi/web/simple -r requirements.txt --no-warn-script-location",
|
||||
"pip_install": "..\\python\\Scripts\\pip install --no-cache-dir -i https://mirror.sjtu.edu.cn/pypi/web/simple -r requirements.txt --no-warn-script-location",
|
||||
"webview": "start ..\\python\\pythonw webview_ui.py",
|
||||
"manager": "start ..\\python\\pythonw manager.py",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue