Bladeren bron

py3 ready

pull/52/head
Tobias Perschon 5 jaren geleden
bovenliggende
commit
8791e1a2d8
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +1
    -1
      install.sh
  2. +1
    -1
      video_looper.conf

+ 1
- 1
install.sh Bestand weergeven

@@ -11,7 +11,7 @@ fi

echo "Installing dependencies..."
echo "=========================="
apt update && apt -y git install build-essential python3-dev python3 python3-pip python3-pygame supervisor omxplayer
apt update && apt -y install git build-essential python3-dev python3 python3-pip python3-pygame supervisor omxplayer

echo "Installing hello_video..."
echo "========================="


+ 1
- 1
video_looper.conf Bestand weergeven

@@ -1,7 +1,7 @@
# Supervisord configuration to run video looper at boot and
# ensure it runs continuously.
[program:video_looper]
command=python -u -m Adafruit_Video_Looper.video_looper
command=python3 -u -m Adafruit_Video_Looper.video_looper
autostart=true
autorestart=unexpected
startsecs=5

Laden…
Annuleren
Opslaan