一、安裝GPIO Zero(Installing GPIO Zero)

學習目錄:樹莓派學習之路-GPIO Zero

官網地址:http://gpiozero.readthedocs.io/en/stable/installing.htmlhtml

環境:UbuntuMeta-16.04python

樹莓派:3代B型post

一、安裝GPIO Zero(Installing GPIO Zero)學習

1.1 Raspberry Piurl

先更新存儲庫列表:code

sudo apt update

而後安裝Python3的包:htm

sudo apt install python3-gpiozero

或者Python2的包:blog

sudo apt install python-gpiozero

若是你的樹莓派用的是其它的系統,你須要經過 pip 來安裝 GPIO Zero。ip

使用 get-pip 安裝 pip,而後鍵入:get

Python3安裝方式:

sudo pip3 install gpiozero

Python2安裝方式:

sudo pip install gpiozero
相關文章
相關標籤/搜索