1、安装pip
apt-get install python-pip
2、安装ftp服务器
apt-get install vsftpd
service vsftpd start
3、安装requests
pip install requests
4、安装git
apt-get install git-core
5、安装wiringPi
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build
阅读(3354) | 评论(0) | 转发(0) |