Our HackUVA 2015 Project
- Download the Myo SDK: https://developer.thalmic.com/downloads
- Add the Myo SDK to your path. Instructions adapted from: https://github.com/juharris/myo-python
- Windows: Add the full absolute path of the folder containing myo32.dll and myo64.dll (for example "C:\Program Files\Thalmic Labs\myo-sdk-win-0.8.0\bin" without quotes) to your
PATH. - Mac: Add the full absolute path for myo.framework/ (for example "/Library/frameworks/myo.framework" without quotes) to
DYLD_LIBRARY_PATH. - Linux: Good luck, soldier.
- Windows: Add the full absolute path of the folder containing myo32.dll and myo64.dll (for example "C:\Program Files\Thalmic Labs\myo-sdk-win-0.8.0\bin" without quotes) to your
- Install Python 3: https://www.python.org/downloads/
- Install Pyglet: http://www.pyglet.org/
- With Pip3:
pip3 install pyglet
- With Pip3:
- Initialize myo-python submodule:
git submodule init+git submodule update - Test with:
python test_myo.py