Skip to content

Commit 75dd309

Browse files
committed
Update README.md
1 parent 6e01119 commit 75dd309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ sudo apt-get update
1212
sudo apt-get install build-essential python-dev
1313
````
1414

15-
You will also need to make sure the python-smbus library is installed by executing:
15+
You will also need to make sure the python-smbus and python-imaging library is installed by executing:
1616

1717
````
18-
sudo apt-get install python-smbus
18+
sudo apt-get install python-smbus python-imaging
1919
````
2020

2121
Install the library by downloading with the download link on the right, unzipping the archive, navigating inside the library's directory and executing:

0 commit comments

Comments
 (0)