add wheel?

This commit is contained in:
lady ada 2021-05-01 13:10:36 -04:00
parent b6466e2092
commit 20cfc49f70

View file

@ -142,9 +142,11 @@ if [[ $INSTALL_NRF52 == 1 ]]; then
pip3 install --user setuptools
pip3 install --user adafruit-nrfutil
pip3 install --user pyserial
pip3 install --user wheel
sudo pip3 install setuptools
sudo pip3 install adafruit-nrfutil
sudo pip3 install pyserial
sudo pip3 install wheel
DEPENDENCY_OUTPUT=$(arduino --install-boards adafruit:nrf52 2>&1)
if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""\xe2\x9c\x93"; fi
fi