使用pip-tools安装mower-ng的依赖

This commit is contained in:
li-xiaochen 2024-12-19 08:07:32 +08:00
parent ffc2ff6808
commit 92ef815d0d
4 changed files with 18 additions and 20 deletions

View file

@ -13,7 +13,7 @@ const steps = computed(() => [
},
{
title: '安装依赖',
command: ['pip_install'],
command: ['pip_tools_install', 'pip_sync'],
cwd: 'mower-ng'
}
])