From d3be291c4691836a23d84034d80283a8564694a0 Mon Sep 17 00:00:00 2001 From: iwatkot Date: Wed, 17 Jul 2024 18:01:02 +0200 Subject: [PATCH] Updated ps1 script. --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index 7f133243..1eb710b5 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2,7 +2,7 @@ python -m venv .venv . .\.venv\Scripts\Activate -# pip install -r requirements.txt +pip install -r requirements.txt $env:PYTHONPATH = "$(Get-Location)$([IO.Path]::PathSeparator)$env:PYTHONPATH" python maps4fs\ui.py \ No newline at end of file