To set up the Python environment, create and activate a virtual environment, then install the required packages:
$ python3 -m venv kivy_venv
$ source kivy_venv/bin/activate
$ pip install -r requirements.txtRun the app:
$ $ python main.py
```