Talk:ProtoSnap Contributors Guide: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'using [http://inotool.org/#installation this] page, I was able to (nearly) finish that basic example with doing this on my Debian Wheezy system: wget https://pypi.python.org/pa…') |
No edit summary |
||
Line 1: | Line 1: | ||
using [http://inotool.org/#installation this] page, I was able to (nearly) finish that basic example with doing this on my Debian Wheezy system: |
using [http://inotool.org/#installation 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 |
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 |
tar -xzvf ino-0.3.5.tar.gz |
||
cd ino-0.3.5 |
cd ino-0.3.5 |
||
sudo pip install ino |
sudo pip install ino |
||
sudo apt-get install arduino-core avr-libc avrdude binutils-avr gcc-avr libftdi1 |
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'? |
this might be less than the mentioned requirement of 'an arduino IDE'? |
Latest revision as of 23:16, 27 July 2013
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'?