1
0
Fork 0

scriptlet to install python deps

jebbatime
jebba 2021-06-15 16:58:53 -06:00
parent 70dcec6b19
commit 186221703d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
# Debian Buster (10)
set -x
pip3 install --user -r wasp/requirements.txt
pip3 install --user freetype-py