app_test/README.md
L3D ab35e6e017
Some checks failed
Build / Build for Android (push) Failing after 7s
trigger workflow
2023-05-11 23:37:53 +02:00

327 B

kivy App Demo

Setup

Venv and Requirements

python3 -m venv  app
source app/bin/activate
pip install -r requirements.txt

Install kivy

git clone https://github.com/kivy/kivy.git
cd kivy
python3.11 -m pip install cython
python3.11 setup.py build_ext --inplace
make install

Note

This is work in progress!