From 9937ed0dc9779d505633585a2fad2403b89c5b7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 25 Feb 2019 18:07:15 +0100 Subject: Manage generation of QR codes --- install/ishtar-install | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'install') diff --git a/install/ishtar-install b/install/ishtar-install index 9b9f29d2d..f0db9a40f 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -422,6 +422,14 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get --no-install-recommends install -y -q \ libreoffice libreoffice-script-provider-python python3-uno' ) fi + + # buster: python-pyqrcode python-png + echo "-------------------------------------------------------------------------------"; + cecho y "Installing pyqrcode" + echo ""; + ( set -x; $sh_c 'pip install pyqrcode==1.2.1' ) + ( set -x; $sh_c 'pip install pypng==0.0.19' ) + echo "-------------------------------------------------------------------------------"; cecho y "Installing django-simple-history" echo ""; -- cgit v1.2.3