update launch scripts to use uv
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user