Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 337 Bytes

Readme.md

File metadata and controls

23 lines (19 loc) · 337 Bytes

CURRENTLY UNDER DEVELOPMENT

Development tools installation

make setup

Execution

python3 src/sskmAnalyser.py
# OR when using virtual env:
make run-app

Edit a *.ui file

designer -qt5 <path/to/ui/file>

Generate code from ui file

pyuic5 <path/to/ui/file> > <path/to/py/file>