Skip to content

Instantly share code, notes, and snippets.

@5v3n
Last active August 29, 2015 13:58
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 5v3n/9993518 to your computer and use it in GitHub Desktop.
Save 5v3n/9993518 to your computer and use it in GitHub Desktop.
Python bottle framework and pycurl on the Arduino YUN
# released to the public domain, sven@makingthingshappen.de 2014
opkg update
opkg install nano
opkg install python-openssl
opkg install distribute #contains easy_install
opkg install python-curl
easy_install bottle
easy_install paste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment