From 1937af51b7b39fae3306dff46d3edb59a9581880 Mon Sep 17 00:00:00 2001 From: Matan Arnon Date: Fri, 31 Dec 2021 15:50:17 +0200 Subject: [PATCH] added python3-xlib (library used to determine orientation) to installed pip packages --- howdy/debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/howdy/debian/postinst b/howdy/debian/postinst index 0a31c74..ae72b82 100755 --- a/howdy/debian/postinst +++ b/howdy/debian/postinst @@ -118,6 +118,11 @@ log("Upgrading numpy to the latest version") # Update numpy handleStatus(subprocess.call(["pip3", "install", "--upgrade", "numpy"])) +log("Installing xlib") + +# Install xlib +handleStatus(subprocess.call(["pip3", "install", "--upgrade", "python3-xlib"])) + log("Downloading and unpacking data files") # Run the bash script to download and unpack the .dat files needed