You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ sudo apt-get update
12
12
sudo apt-get install build-essential python-dev
13
13
````
14
14
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:
16
16
17
17
````
18
-
sudo apt-get install python-smbus
18
+
sudo apt-get install python-smbus python-imaging
19
19
````
20
20
21
21
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