20 lines
443 B
Markdown
20 lines
443 B
Markdown
# Dependencies
|
|
Install the requirements.txt
|
|
|
|
# First time usage
|
|
cd lib/
|
|
|
|
First run python main.py --createdb
|
|
Second run python main.py --importregiondb
|
|
|
|
# Config
|
|
edit /lib/conf
|
|
|
|
|
|
# Main scripts
|
|
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. |