mpvp-report/plugin/hooks/pre-install-source
Ari Archer 8a82587430
9 -- fix python
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2024-02-01 20:47:59 +02:00

7 lines
228 B
Bash

#!/usr/bin/env bash
baz_log 'checking dependencies'
baz_use env python3 sh mpv pip pgrep socat sleep echo
baz_log 'installing python modules'
python3 -m pip install --user --break-system-packages -r requirements.txt || exit 1