update launch scripts to use uv

This commit is contained in:
2025-01-24 08:24:32 +01:00
parent 05c76d49fd
commit b112b09e82
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ if exist .venv (
)
REM Start main.py
python main.py
uv run python main.py
REM Deactivate the virtual environment if it was activated
if exist .venv (

View File

@@ -17,7 +17,7 @@ if (Test-Path .venv) {
}
# Start main.py
python main.py
uv run python main.py
# Deactivate the virtual environment if it was activated
if (Test-Path .venv) {