This commit is contained in:
onysd 2026-08-07 04:30:25 +03:00
parent d16f34070d
commit cf5a03ca89
3 changed files with 78 additions and 23 deletions

View file

@ -55,8 +55,8 @@ if defined PYTHON (
if not defined MISSING (set "MISSING=%%m") else (set "MISSING=!MISSING!, %%m")
)
if defined MISSING (
echo [WARN] Missing Python packages: !MISSING!
echo Install them with: !PYTHON! -m pip install -r tui-panel\requirements-panel.txt
echo [WARN] Missing or outdated Python packages: !MISSING!
echo Install them with: !PYTHON! -m pip install -U -r tui-panel\requirements-panel.txt
set "PROBLEMS=1"
) else (
echo [ok] Python dependencies OK ^(textual, psutil, cryptography^)