mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
dba8e01e54
git-subtree-dir: panda git-subtree-split: ae816c104a99a8cd4d508ccd6abdc7b93053529c
6 lines
156 B
Bash
Executable File
6 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
# Need formula for gcc
|
|
brew tap ArmMbed/homebrew-formulae
|
|
brew install python dfu-util arm-none-eabi-gcc
|
|
pip2 install libusb1 pycrypto requests
|