Just clone the project and run pip : git clone https://github.com/kivymd/KivyMD.git –depth 1 cd KivyMD pip install . _Speed Tip_: If you don’t need full commit history (about 320 MiB), you can use a shallow clone ( git clone https://github.com/kivymd/KivyMD.git –depth 1 ) to save time.
Read moreHow do I install KivyMD on Pydroid?
Open Pydroid, then open the side menu, tap on Terminal, then type “pip install kivymd==0.104 .
Read more