update launch scripts to use uv
This commit is contained in:
@@ -18,7 +18,7 @@ if exist .venv (
|
|||||||
)
|
)
|
||||||
|
|
||||||
REM Start main.py
|
REM Start main.py
|
||||||
python main.py
|
uv run python main.py
|
||||||
|
|
||||||
REM Deactivate the virtual environment if it was activated
|
REM Deactivate the virtual environment if it was activated
|
||||||
if exist .venv (
|
if exist .venv (
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ if (Test-Path .venv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Start main.py
|
# Start main.py
|
||||||
python main.py
|
uv run python main.py
|
||||||
|
|
||||||
# Deactivate the virtual environment if it was activated
|
# Deactivate the virtual environment if it was activated
|
||||||
if (Test-Path .venv) {
|
if (Test-Path .venv) {
|
||||||
|
|||||||
Reference in New Issue
Block a user