From 26aa595eeae9a236cc1b12288c7cf06e7f5695da Mon Sep 17 00:00:00 2001 From: ccppi Date: Fri, 14 Jun 2024 09:33:05 +0000 Subject: [PATCH 1/3] Update Readme.md --- Readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 997f625..b28b7ae 100644 --- a/Readme.md +++ b/Readme.md @@ -2,14 +2,17 @@ Install the requirements.txt # First time usage -First run python lib/main.py --createdb -Second run python lib/main.py --importregiondb +cd lib/ + +First run python main.py --createdb +Second run python main.py --importregiondb # Config edit /lib/conf # Main scripts -For the cmd line use python lib/main.py --help -For the gui run python lib/gui.py +cd lib/ +For the cmd line use python main.py --help +For the gui run python gui.py From b957d812f68529e75ad9f493157052a773a5c00a Mon Sep 17 00:00:00 2001 From: ccppi Date: Fri, 14 Jun 2024 09:34:22 +0000 Subject: [PATCH 2/3] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index b28b7ae..1b4dabb 100644 --- a/Readme.md +++ b/Readme.md @@ -16,3 +16,5 @@ cd lib/ For the cmd line use python main.py --help For the gui run python gui.py +#BUG +There is a not implemented "feature" the cancel button on a password dialog does not work an you have to kill the application, will be fixed some time. \ No newline at end of file From 2eb40514922a7aa3646b1a6020d41da54d310eee Mon Sep 17 00:00:00 2001 From: ccppi Date: Fri, 14 Jun 2024 09:34:33 +0000 Subject: [PATCH 3/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1b4dabb..836d0e9 100644 --- a/Readme.md +++ b/Readme.md @@ -16,5 +16,5 @@ cd lib/ For the cmd line use python main.py --help For the gui run python gui.py -#BUG +# BUG There is a not implemented "feature" the cancel button on a password dialog does not work an you have to kill the application, will be fixed some time. \ No newline at end of file