diff --git a/install.ps1 b/install.ps1 index ef4cfef..e667532 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,3 @@ python -m venv .venv .\.venv\Scripts\activate -pip install -r .\requirements.txt -python .\gui.py \ No newline at end of file +pip install -r .\requirements.txt \ No newline at end of file