mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 10:22:10 +08:00
7cb06570f0
old-commit-hash: 94a27e351f
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
|