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

本文介绍如何在Arduino Yun开发板上通过opkg更新包列表、安装Python及其依赖,并使用pip安装pygeocode模块,实现地理编码功能。

932

被折叠的 条评论
为什么被折叠?



