Install requirements

This commit is contained in:
Torsten Raudssus 2024-11-17 21:56:26 +01:00
parent f942450095
commit 1d6ceca50c

View file

@ -15,6 +15,9 @@ cat <<EOF
EOF EOF
if [[ -z "$@" ]]; then if [[ -z "$@" ]]; then
if [ -e "requirements.txt" ]; then
exec pip install -r requirements.txt
fi
exec bash exec bash
else else
exec $@ exec $@