Skip to content

Commit

Permalink
Fix Mac installation instruction per: https://github.com/commaai/pand…
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 31, 2019
1 parent bfd8ff1 commit 256d274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions board/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Dependencies
**Mac**

```
xcode-select --install
./get_sdk_mac.sh
```

Expand Down
2 changes: 1 addition & 1 deletion board/get_sdk_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip install libusb1 pycrypto requests
pip install --user libusb1 pycrypto requests

0 comments on commit 256d274

Please sign in to comment.