mirror of https://github.com/commaai/panda.git
board get_sdk scripts were left on python2
This commit is contained in:
parent
de18a7ef1a
commit
05373282a2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue