pip安装隐藏警告
This commit is contained in:
parent
87b8e3d407
commit
c374f288b0
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ const steps = ref([
|
|||
{
|
||||
title: '安装依赖',
|
||||
command: [
|
||||
'../python/Scripts/pip install -i https://mirror.sjtu.edu.cn/pypi/web/simple -r requirements.txt'
|
||||
'../python/Scripts/pip install -i https://mirror.sjtu.edu.cn/pypi/web/simple -r requirements.txt --no-warn-script-location'
|
||||
],
|
||||
cwd: './mower-ng'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue