From 26aa595eeae9a236cc1b12288c7cf06e7f5695da Mon Sep 17 00:00:00 2001 From: ccppi Date: Fri, 14 Jun 2024 09:33:05 +0000 Subject: [PATCH] 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