diff --git a/board/README.md b/board/README.md index 5fe2e4b238..7151bfbf93 100644 --- a/board/README.md +++ b/board/README.md @@ -4,6 +4,7 @@ Dependencies **Mac** ``` +xcode-select --install ./get_sdk_mac.sh ``` diff --git a/board/get_sdk_mac.sh b/board/get_sdk_mac.sh index a6f641dce1..7da6ea92db 100755 --- a/board/get_sdk_mac.sh +++ b/board/get_sdk_mac.sh @@ -2,4 +2,5 @@ # Need formula for gcc brew tap ArmMbed/homebrew-formulae brew install python dfu-util arm-none-eabi-gcc -pip2 install libusb1 pycrypto requests +pip2 install libusb1 requests +pip2 install --user pycrypto