Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 200 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 200 Bytes

gear-jump

To build python package:

  1. install pyinstaller
$ pip install pyinstaller
  1. execute following command
$ pyinstaller -w -F --add-data="etc/mainwindow.ui;etc" main.py