We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22fe250 + 0261641 commit c7d098cCopy full SHA for c7d098c
board/get_sdk.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
sudo apt-get install gcc-arm-none-eabi python-pip
3
-sudo pip2 install libusb1
+sudo pip2 install libusb1 pycrypto requests
board/get_sdk_mac.sh
@@ -2,4 +2,4 @@
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
4
brew install python dfu-util arm-none-eabi-gcc
5
-pip2 install libusb1
+pip2 install libusb1 pycrypto requests
0 commit comments