Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 639 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 639 Bytes

Index

Installation Kivy and Buildozer on Ubuntu 18.04 based distros

The install-kivy-buildozer-dependencies.sh contains the complete list of the Buildozer dependencies. So the easiest way to install Buildozer is to use the install-kivy-buildozer-dependencies.sh.

  1. Download the install-kivy-buildozer-dependencies.sh any way you like. E.g.

    curl -LJO https://raw.githubusercontent.com/HeaTTheatR/KivyMD-data/master/install-kivy-buildozer-dependencies.sh

  2. Add execution permissions:

    chmod +x install-kivy-buildozer-dependencies.sh

  3. Run the script:

    ./install-kivy-buildozer-dependencies.sh