Last active
December 16, 2015 11:19
beaglebone USB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://lazarenko.me/2013/03/04/python-in-trading/ | |
# opkg update | |
# opkg install python-setuptools | |
path is wrong in `which easy_install` | |
# okpg install python-ctypes | |
# git clone http://github.com/walac/pyusb.git | |
# cd pyusb | |
# python setup.py install | |
If this fails from missing py_compile: | |
https://groups.google.com/forum/#!msg/beaglebone/LU6LoEs-zHQ/Jrj7-BmySnEJ | |
https://github.com/misterbonnie/beaglebutan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment