tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 44b53f559fe88bd9d567f547a96059444e645401
parent 22a2d552ff32d25c5610deb469cacc7896e45a8a
Author: rbckman <rob@tarina.org>
Date:   Wed,  2 Dec 2020 18:17:23 +0000

install RPi.GPIO module

Diffstat:
Minstall.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -54,6 +54,7 @@ sudo pip3 install blessed echo "installing secrets..." sudo pip3 install secrets sudo pip3 install numpy +sudo pip3 install RPi.GPIO echo "installing rwb27s openflexure microscope fork of picamera with lens shading correction..." #sudo pip3 --no-cache-dir install https://github.com/chrisruk/picamera/archive/hq-camera-new-framerates.zip --upgrade sudo pip3 install --upgrade picamerax