... I am defintly not a programmer nor am I an professional. This is just a test for myself and for understanding.
So just ignore all the stuff I am donig here.
- Make sure pip and wheel are up to date
python -m pip install --upgrade pip wheel setuptools - Install the usual dependencies
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glewpython -m pip install kivy.deps.gstreamer --extra-index-url https://kivy.org/downloads/packages/simple/ - Install kivy itself
python -m pip install kivy
- Install all the depenecies
sudo apt-get install libgstreamer1.0-devsudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev - Install kivy using pip
sudo pip3 install kivy