added gunicorn to pip3 dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user