flockompass/README.md
2022-12-06 11:14:35 -06:00

517 B

Flockompass

Mobile app, client of flock server.

Development

Install dependencies like so:

$ pip install -r requirements.txt

Test building

Kivy apps are easily deployed and tested with buildozer.

This command will compile the app, transfer it to a usb-connected device and run it. Logs are shown on the console, hence the grep python.

$ buildozer -v android debug deploy run logcat | grep python