board get_sdk scripts were left on python2

master
Riccardo 2019-10-29 11:51:37 -07:00
parent de18a7ef1a
commit 05373282a2
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo apt-get install gcc-arm-none-eabi python-pip
sudo pip2 install libusb1 pycrypto requests
sudo pip install libusb1 pycrypto requests

View File

@ -2,4 +2,4 @@
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip2 install libusb1 pycrypto requests
pip install libusb1 pycrypto requests