Skip to content

Commit

Permalink
Fix dependency install instructions for #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid authored Nov 25, 2021
1 parent 55cf6c3 commit 5c16bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First, make sure you have the following dependencies:

````bash
sudo apt update
sudo apt install python-rpi.gpio python-spidev python-pip python-pil python-numpy
sudo apt install python3-rpi.gpio python3-spidev python3-pip python3-pil python3-numpy
````

Install this library by running:
Expand Down

0 comments on commit 5c16bae

Please sign in to comment.