From debc6726a61af552b5267d85fde358122dc8964d Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:53:04 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e13351a..a179597 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ FEATURES - Planned: App theming Installation: -- You will need to install the following dependencies: kivy[full], kivymd, pygame +- You will need to install the following dependencies: kivy[full], kivymd, pygame. +- Kivy may actually also (if you are on a distro that uses apt) be installed by cloning an apt repository as follows (adapted from kivy documentation), as pip will most likely fail: 'sudo add-apt-repository ppa:kivy-team/kivy', then running 'sudo apt-get update' and then 'sudo apt-get install python3-kivy'