No description
Find a file
L3D 2e55e2888c
Some checks failed
Build / Build for Android (push) Failing after 8s
test dirty deployment
2023-05-12 00:49:32 +02:00
.github test dirty deployment 2023-05-12 00:49:32 +02:00
hello_world Update name to main.py 2023-05-11 01:02:39 +02:00
.gitignore Try to add build 2023-05-10 01:21:10 +02:00
LICENSE
README.md testing pipeline 2023-05-11 23:53:59 +02:00
requirements.txt Hello World 2023-05-09 20:29:46 +02:00

kivy - My first App

...to test and setup a build pipeline

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!