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