anki/cozmo-python-sdk

Cozmo SDK Installation Guide update

mattzjack opened this issue · 1 comments

On the page for android debug bridge, step one says
brew install android-platform-tools
Apparently, brew has migrated it to cask, so this should probably be updated to something like
brew tap caskroom/cask
brew cask install android-sdk
brew cask install android-platform-tools
(src)

Thanks - we've modified the install instructions to include "brew tap caskroom/cask" so that it works with the latest brew changes.