Skip to content

Commit c7d098c

Browse files
authored
Merge pull request #95 from gregjhogan/setup-script
get_sdk scripts missing packages
2 parents 22fe250 + 0261641 commit c7d098c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

board/get_sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
sudo apt-get install gcc-arm-none-eabi python-pip
3-
sudo pip2 install libusb1
3+
sudo pip2 install libusb1 pycrypto requests

board/get_sdk_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Need formula for gcc
33
brew tap ArmMbed/homebrew-formulae
44
brew install python dfu-util arm-none-eabi-gcc
5-
pip2 install libusb1
5+
pip2 install libusb1 pycrypto requests

0 commit comments

Comments
 (0)