added gunicorn to pip3 dependencies

This commit is contained in:
Kristjan Komlosi
2019-11-10 18:37:55 +01:00
parent f3a22fa511
commit 95e22b5d1f

View File

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