0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

added python3-xlib (library used to determine orientation) to installed pip packages

This commit is contained in:
Matan Arnon 2021-12-31 15:50:17 +02:00
parent 364c621f35
commit 1937af51b7

View file

@ -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