removed create_ap dependencies
This commit is contained in:
parent
c02f75a4cd
commit
bfb0a81130
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -20,7 +20,7 @@ echo "--- Installing packages via apt"
|
|||
# needed for the CosmicPi software
|
||||
sudo apt --yes install git python-pip htop python-numpy python-matplotlib python-flask mosquitto mosquitto-clients
|
||||
# needed for create_ap
|
||||
sudo apt --yes install git util-linux procps iproute2 iw haveged
|
||||
#sudo apt --yes install git util-linux procps iproute2 iw haveged
|
||||
|
||||
echo "--- Installing python packages via pip"
|
||||
sudo pip --no-cache-dir install pyserial configparser flask_googlemaps Flask-BasicAuth --extra-index-url https://www.piwheels.hostedpi.com/simple
|
||||
|
|
|
|||
Loading…
Reference in a new issue