Last active
August 29, 2015 13:58
-
-
Save 5v3n/9993518 to your computer and use it in GitHub Desktop.
Python bottle framework and pycurl on the Arduino YUN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# released to the public domain, [email protected] 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