Skip to content

Commit 5c16bae

Browse files
authored
Fix dependency install instructions for #21
1 parent 55cf6c3 commit 5c16bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ First, make sure you have the following dependencies:
2323

2424
````bash
2525
sudo apt update
26-
sudo apt install python-rpi.gpio python-spidev python-pip python-pil python-numpy
26+
sudo apt install python3-rpi.gpio python3-spidev python3-pip python3-pil python3-numpy
2727
````
2828

2929
Install this library by running:

0 commit comments

Comments
 (0)