XBMC: Difference between revisions

6 bytes added ,  3 years ago
Line 195:
*Install Raspberry Pi Tools from CLI:
sudo apt update
sudo apt install pythonpython3-pip pythonpython3-dev gcc pythonpython3-setuptools
pippip3 install wheel
pippip3 install rpi.gpio
 
* Create shutdown script:
Line 203:
 
<syntaxhighlight lang="python">
#!/usr/bin/pythonpython3
import RPi.GPIO as GPIO
import time