Files
dragonpilot/panda/board/get_sdk_mac.sh
Vehicle Researcher 97a289e6a9 Merge panda subtree
2019-10-31 17:02:31 -07:00

6 lines
162 B
Bash
Executable File

#!/bin/bash
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip install --user libusb1 pycrypto requests