Skip to content

Commit 256d274

Browse files
committed
Fix Mac installation instruction per: https://github.com/commaai/panda/pull/308/files
1 parent bfd8ff1 commit 256d274

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

board/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Dependencies
44
**Mac**
55

66
```
7+
xcode-select --install
78
./get_sdk_mac.sh
89
```
910

board/get_sdk_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Need formula for gcc
33
brew tap ArmMbed/homebrew-formulae
44
brew install python dfu-util arm-none-eabi-gcc
5-
pip install libusb1 pycrypto requests
5+
pip install --user libusb1 pycrypto requests

0 commit comments

Comments
 (0)