Skip to content

Instantly share code, notes, and snippets.

@asciimoo
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asciimoo/ca71575f969a0c26388a to your computer and use it in GitHub Desktop.
Save asciimoo/ca71575f969a0c26388a to your computer and use it in GitHub Desktop.
arduino2mediotext dev setup
# get git, python, setuptools
sudo apt-get install git python python-setuptools python-virtualenv
# clone the repo
git clone git@github.com:hsbp/arduino2mediotext.git
cd arduino2mediotext
# create virtualenv
virtualenv env && source env/bin/activate
# install dependencies
pip install blessings drawille
# run the test script
python runner.py --drawille game_of_life
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment