mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Fix upgrade instructions
'apt-get upgrade' always upgrades all packages, to upgrade a single package we need to use 'apt-get install'
This commit is contained in:
@@ -74,13 +74,13 @@ sudo apt-get install python-gpiozero
|
|||||||
Upgrade to the latest version with:
|
Upgrade to the latest version with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get upgrade python3-gpiozero
|
sudo apt-get install python3-gpiozero
|
||||||
```
|
```
|
||||||
|
|
||||||
or:
|
or:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get upgrade python-gpiozero
|
sudo apt-get install python-gpiozero
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|||||||
Reference in New Issue
Block a user