From 6eef4e7aa40812c25ce66ade03b40ebbea989ca2 Mon Sep 17 00:00:00 2001 From: itssme Date: Thu, 30 Sep 2021 16:13:18 +0200 Subject: [PATCH] added influxdb_client pip package --- postinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/postinstall.sh b/postinstall.sh index 2da6340..dde2f9c 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -21,6 +21,7 @@ install_package "flask" install_package "python-logstash-async" install_package "RPi.GPIO" install_package "spidev" +install_package "influxdb_client" echo "Setting up opencv4" pkg-config --modversion opencv4