To Install:
Create kivymd folder on desktop
Open the Terminal
Had to install python3.8-venv
apt install python3.8-venv
Change directories to the new kivymd folder
cd Desktop/kivymd
Create a virtual environment called virt
python -m venv virt
Activate the virtual environment
source virt/bin/activate
Install Pillow
pip install pillow
Install Kivy
pip install kivy
Check install
pip freeze
Change directories to the new KivyMD folder
cd KivyMD
Install KivyMD (Note the period at the end)
pip install .
Change directories to the demos folder
cd demos
Change directories to the kitchen_sink folder
cd kitchen_sink
List what is in that folder
ls
Run Main.py. This will show the kitchen sink for KivyMD
python main.py