This guide sets up SSH for GitHub access and enables signed Git commits using your SSH key.
If you don't have one yet:
As of now only the Kivy nightly wheels
are compatible with the latest version of Python.
To install the nightly wheels run each of these commands:
python -m pip install kivy --pre --no-deps --index-url https://kivy.org/downloads/simple/
python -m pip install kivy[base] --pre --extra-index-url https://kivy.org/downloads/simple/
Listed here are the commands to generate and register ssh key on your computer.
ssh-keygen -t rsa -b 4096 -C <your email address here>
You can specify the path where you want to save the ssh key by typing the path when it is asked. Not typing anything will generate the key inside .ssh
folder in the home directory.
A straight-forward guide in installing LAMP and phpMyAdmin in Linux Fedora 34.
This guide is dedicated for personal use only, but if others find it useful then it is more than better.
This guide only covers the install
, uninstall
, and debug
in adb.
A straight forward step by step guide in building Kivy application into android package (.apk file) using buildozer in Windows
Google Colab
+Code
in the upper part of the screen to add new cell