added missing python packages

master
Greg Hogan 2018-03-04 15:19:28 -06:00
parent 1b7702626b
commit 0261641f44
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo apt-get install gcc-arm-none-eabi python-pip
sudo pip2 install libusb1
sudo pip2 install libusb1 pycrypto requests

View File

@ -2,4 +2,4 @@
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip2 install libusb1
pip2 install libusb1 pycrypto requests