Skip to content

Commit 003b6c6

Browse files
committed
Merge pull request adafruit#27 from lcafaro/master
minor command fix
2 parents 70cb943 + aa5c62d commit 003b6c6

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
@@ -10,7 +10,7 @@ Currently the library is only tested with Python 2.6/2.7.
1010
For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is able to compile Python extensions. On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your system is ready by executing:
1111

1212
````
13-
apt-get update
13+
sudo apt-get update
1414
sudo apt-get install build-essential python-dev
1515
````
1616

0 commit comments

Comments
 (0)