mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 08:23:53 +08:00
6 lines
162 B
Bash
Executable File
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
|