Update Readme.md

This commit is contained in:
ccppi 2024-06-26 11:22:49 +00:00
parent 9999a5fd42
commit 87058ff129

View File

@ -4,8 +4,8 @@ Install the requirements.txt
# First time usage # First time usage
cd lib/ cd lib/
First run python main.py --createdb First run: python main.py --createdb
Second run python main.py --importregiondb Second run: python main.py --importregiondb
# Config # Config
edit /lib/conf edit /lib/conf
@ -13,8 +13,10 @@ edit /lib/conf
# Main scripts # Main scripts
cd lib/ cd lib/
For the cmd line use python main.py --help For the cmd line use:
For the gui run python gui.py - 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. 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.