教大家在树莓派上安装python的GPIO库!!!

今天教大家在树莓派上如何安装python和python的GPIO库!简单4步就完成,方便大家使用树莓派的GPIO
1.安装python

$ sudo apt-get install python-dev

1

2.安装python-pip

$ sudo apt-get install python-pip

2

3.执行更新

$ sudo easy_install -U distribute
4.安装python的GPIO库

$ sudo pip install rpi.gpio

3

 

发表评论