Update readme

This commit is contained in:
Mike Cifelli 2021-06-16 16:43:17 -04:00
parent e2380d23fc
commit 92c2691b88
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# power-button
# Dependencies
sudo apt install python3-pip
## Dependencies
```
sudo apt install python3-gpiozero
```
## Installation
```
sudo ./install
```