修复脚本
This commit is contained in:
@@ -4,7 +4,7 @@ cd /d "%~dp0"
|
||||
python -m gui.main
|
||||
if errorlevel 1 (
|
||||
echo.
|
||||
echo 启动失败!请检查是否已安装 Python 和依赖。
|
||||
echo 安装依赖命令: pip install -r ..\requirements.txt
|
||||
echo Failed to start! Check Python and dependencies.
|
||||
echo Run: pip install -r ..\requirements.txt
|
||||
pause
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user