Fixed a low memory issue with pip
This commit is contained in:
parent
c76780e551
commit
b77299e271
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue