Merge branch 'master' of github.com:rpi-distro/python-gpiozero

This commit is contained in:
Ben Nuttall
2016-01-04 14:37:04 +00:00

View File

@@ -74,13 +74,13 @@ sudo apt-get install python-gpiozero
Upgrade to the latest version with:
```bash
sudo apt-get upgrade python3-gpiozero
sudo apt-get install python3-gpiozero
```
or:
```bash
sudo apt-get upgrade python-gpiozero
sudo apt-get install python-gpiozero
```
## Getting started