Update README.md

This commit is contained in:
simplePCBuilding
2022-03-14 16:53:04 +01:00
committed by GitHub
parent 8866b8571c
commit debc6726a6

View File

@@ -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'