Skip to content

Commit 0537328

Browse files
committed
board get_sdk scripts were left on python2
1 parent de18a7e commit 0537328

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 pycrypto requests
3+
sudo pip 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 pycrypto requests
5+
pip install libusb1 pycrypto requests

0 commit comments

Comments
 (0)