Fixed a low memory issue with pip

This commit is contained in:
Hendrik Borras 2018-01-04 21:49:36 +01:00
parent c76780e551
commit b77299e271

View file

@ -23,7 +23,7 @@ sudo apt --yes install git python-pip htop
sudo apt --yes install git util-linux procps hostapd iproute2 iw haveged dnsmasq
echo "--- Installing python packages via pip"
sudo pip install pyserial configparser numpy matplotlib flask flask_googlemaps Flask-BasicAuth -i https://www.piwheels.hostedpi.com/simple
sudo pip --no-cache-dir install pyserial configparser numpy matplotlib flask flask_googlemaps Flask-BasicAuth --extra-index-url https://www.piwheels.hostedpi.com/simple
echo "we might need some more packages"
echo "--- Installing create_ap via git"