First Release
This commit is contained in:
3
custom/python-installs/00-packages
Normal file
3
custom/python-installs/00-packages
Normal file
@@ -0,0 +1,3 @@
|
||||
python3-picamera python3-pip python-pip python3-smbus
|
||||
i2c-tools pigpio libjpeg-dev zlib1g-dev libfreetype6-dev
|
||||
liblcms1-dev libopenjp2-7 libtiff5
|
13
custom/python-installs/01-run.sh
Executable file
13
custom/python-installs/01-run.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
on_chroot << EOF
|
||||
/usr/bin/python3 -m pip install pip --upgrade
|
||||
/usr/bin/python3 -m pip install \
|
||||
aiohttp \
|
||||
pigpio \
|
||||
gpiozero \
|
||||
jupyter \
|
||||
opencv-contrib-python-headless
|
||||
systemctl enable pigpiod
|
||||
systemctl daemon-reload
|
||||
EOF
|
Reference in New Issue
Block a user