From 95e22b5d1fcc97189ef4dd0fce83f51fb3ea816c Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 10 Nov 2019 18:37:55 +0100 Subject: [PATCH] added gunicorn to pip3 dependencies --- etcs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcs/install.sh b/etcs/install.sh index f556214..2e0a8ef 100644 --- a/etcs/install.sh +++ b/etcs/install.sh @@ -2,7 +2,7 @@ apt -y update apt -y full-upgrade apt install -y python3 python3-pip lighttpd dnsmasq hostapd libatlas-base-dev -pip3 install numpy pandas flask smbus2 pyserial +pip3 install numpy pandas flask smbus2 pyserial gunicorn cp -R hostapd/ /etc cp -R lighttpd/ /etc