No description
|
|
||
|---|---|---|
| .github | ||
| hello_world | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
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!