We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd8ff1 commit 256d274Copy full SHA for 256d274
board/README.md
@@ -4,6 +4,7 @@ Dependencies
4
**Mac**
5
6
```
7
+xcode-select --install
8
./get_sdk_mac.sh
9
10
board/get_sdk_mac.sh
@@ -2,4 +2,4 @@
2
# Need formula for gcc
3
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 commit comments