add wheel?
This commit is contained in:
parent
b6466e2092
commit
20cfc49f70
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue