From 51d07e07c4dc001448847b67a2e29d435b20ef60 Mon Sep 17 00:00:00 2001 From: Lucien RENAUD Date: Mon, 6 Feb 2023 22:12:01 +0100 Subject: [PATCH] rm start gui from install script --- install.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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