Merge pull request #127 from lurch/patch-1

Fix upgrade instructions
This commit is contained in:
Ben Nuttall
2015-12-04 22:06:34 +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