Lee Miller
a38790da60
- reuse requirements, follow KivyMD doc - remove unneeded packages - explicitly run python3 in test.sh - use pip for installation
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pip3 install -r kivy-requirements.txt
|
|
|
|
pip3 install .
|