美文网首页
树莓派搭建python环境

树莓派搭建python环境

作者: 凡尘点缀 | 来源:发表于2021-04-23 22:21 被阅读0次

1、更新软件源,运行命令(sudo apt-get update)更新软件源
2、觉得work目录没必要创建,所以省略makedir work
3、安装wiringPi命令加上 --recursive

git clone --recursive https://github.com/WiringPi/WiringPi.git
cd WiringPi/
./build
gpio -v
gpio readall

4、安装WiringPi-Python
树莓派搭建python环境 https://www.yahboom.com/build.html?id=4178&cid=308

相关文章

网友评论

      本文标题:树莓派搭建python环境

      本文链接:https://www.haomeiwen.com/subject/gtihrltx.html