Skip to content

Commit

Permalink
commaai#307 Update README.md with instruction to install command line…
Browse files Browse the repository at this point in the history
… tools as well as moving pycrypto to --user space
  • Loading branch information
Jay Proulx committed Oct 29, 2019
1 parent 101238c commit 2b8f927
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 1 deletion board/get_sdk_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b8f927

Please sign in to comment.