Skip to content

Commit 20cfc49

Browse files
committed
add wheel?
1 parent b6466e2 commit 20cfc49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ if [[ $INSTALL_NRF52 == 1 ]]; then
142142
pip3 install --user setuptools
143143
pip3 install --user adafruit-nrfutil
144144
pip3 install --user pyserial
145+
pip3 install --user wheel
145146
sudo pip3 install setuptools
146147
sudo pip3 install adafruit-nrfutil
147148
sudo pip3 install pyserial
149+
sudo pip3 install wheel
148150
DEPENDENCY_OUTPUT=$(arduino --install-boards adafruit:nrf52 2>&1)
149151
if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""\xe2\x9c\x93"; fi
150152
fi

0 commit comments

Comments
 (0)