commit c4fc40e9a31bee602e3378c4f34e0385cb00afec
parent e5f815a80e8ac62bb921773e6f0bb4294b5b4363
Author: rbckman <rbckman@localhost.localdomain>
Date: Wed, 5 Jun 2019 14:58:41 +0300
blessed added, wiring fixed
Diffstat:
3 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/tarina-manual.pdf b/docs/tarina-manual.pdf
Binary files differ.
diff --git a/docs/wiring.png b/docs/wiring.png
Binary files differ.
diff --git a/install.sh b/install.sh
@@ -43,6 +43,8 @@ apt-get upgrade -y
apt-get -y install git python3-pip libav-tools mediainfo gpac omxplayer sox cpufrequtils apache2 libapache2-mod-wsgi-py3 libdbus-glib-1-dev dbus libdbus-1-dev usbmount
echo "installing python-omxplayer-wrapper..."
sudo pip3 install omxplayer-wrapper
+echo "installing blessed..."
+sudo pip3 install blessed
echo "installing rwb27s openflexure microscope fork of picamera with lens shading correction..."
sudo pip3 --no-cache-dir install https://github.com/rbckman/picamera/archive/master.zip --upgrade
echo "installing web.py for the tarina webserver..."