From c92c3e1d8b50e1c75c0def823130024f3533fd19 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Tue, 7 Feb 2023 10:13:02 +0100 Subject: [PATCH] add start automatic at install --- install.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index e667532..ef4cfef 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,3 +1,4 @@ python -m venv .venv .\.venv\Scripts\activate -pip install -r .\requirements.txt \ No newline at end of file +pip install -r .\requirements.txt +python .\gui.py \ No newline at end of file