From 80e13df8199aa61daecc1e852d431b33ff6ebe9b Mon Sep 17 00:00:00 2001 From: hans boot Date: Thu, 31 Dec 2020 18:24:32 +0100 Subject: [PATCH] this seemed needed for Ubuntu 20.04 LTS --- setup_ubuntu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index fec5b612..cba3ecd5 100644 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -44,6 +44,8 @@ sudo -H python3 -m pip install --upgrade \ qrcode \ pyqt5 \ reportlab \ - svglib + svglib \ + pyserial \ + testresources sudo -H easy_install -U distribute