From 569cc783366ced9a4ce80a76b62879dc35ddee8d Mon Sep 17 00:00:00 2001 From: Jay Proulx Date: Tue, 29 Oct 2019 13:27:59 -0400 Subject: [PATCH] #307 Update board/README.md for MacOs instructions and move ./get_sdk_mac.sh pycrypto to --user space --- board/README.md | 1 + board/get_sdk_mac.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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