4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pip3 install -r requirements.txt
|
||
|
pip3 install -r kivy-requirements.txt
|