Note: download and install the desktop version. The WebIDE is untested with these course materials.
Clone or download the zip of this repository
Note: these instructions are dated and probably require updates for Python 3.x
-
Get an account at Adafruit.com
-
Sign up for Adafruit.io
-
Python 2.7 (note: preinstalled on most macs)
-
Pip -- comes installed with the python.org download
-
PySerial -- pip install pyserial (sudo pip install pyserial #mac and linux)
-
- If you have pip installed, sudo pip install adafruit-io
- otherwise, unzip repository, and python setup.py install