Difference between revisions of "Kivy"
Jump to navigation
Jump to search
HenriDellal (talk | contribs) |
|||
Line 2: | Line 2: | ||
== Dependencies == | == Dependencies == | ||
− | + | {{todo|Correct the list of dependencies}} | |
− | + | Install the dependencies with | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Use | + | <pre>$ sudo apk add python3 python3-dev gcc musl-dev binutils linux-headers musl-utils py-opengl mesa-dev</pre> |
+ | |||
+ | Use <code>pip install --user</code> for the following dependencies. All of these are mandatory. | ||
* cython===0.25.2 | * cython===0.25.2 | ||
Latest revision as of 16:14, 20 January 2021
Kivy is a useful python framework that will allow you to make full multi-touch apps quickly for your device.
Dependencies
TODO Correct the list of dependencies
Install the dependencies with
$ sudo apk add python3 python3-dev gcc musl-dev binutils linux-headers musl-utils py-opengl mesa-dev
Use pip install --user
for the following dependencies. All of these are mandatory.
- cython===0.25.2
There's a version requirement for cython, so make sure you install this version. Could be subject to change in the future
- kivy
You will need to install PyGame as well
- download and compile from source for libjpg
Their other dependencies are sdl and can be found as APK packages