Talk:ProtoSnap Contributors Guide
Jump to navigation
Jump to search
using this page, I was able to (nearly) finish that basic example with doing this on my Debian Wheezy system:
wget https://pypi.python.org/packages/source/i/ino/ino-0.3.5.tar.gz#md5=e0c7aac11fdf03a89c27857bc0c81ba6 tar -xzvf ino-0.3.5.tar.gz cd ino-0.3.5 sudo pip install ino sudo apt-get install arduino-core avr-libc avrdude binutils-avr gcc-avr libftdi1
this might be less than the mentioned requirement of 'an arduino IDE'?