在arduino yun中的openwrt安装python easy_install 和pip

http://playground.arduino.cc/Hardware/Yun


opkg update #updates the available packages list
opkg install distribute #it contains the easy_install command line tool
opkg install python-openssl #adds ssl support to python
easy_install pip #installs pip
pip install pygeocode #installs pygeocode

你可能感兴趣的:(openwrt,arduino,python,python,openwrt,arduino,yun,pip)