Skip to content

Commit f296c21

Browse files
committed
Remove use of sudo for pip
1 parent d8220bb commit f296c21

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
@@ -20,7 +20,7 @@ Projects and inspiration: https://projects.raspberrypi.org/en/pathways/lego-intr
2020

2121
To install the Build HAT library, enter the following commands in a terminal:
2222

23-
sudo pip3 install buildhat
23+
pip3 install buildhat
2424

2525
## Usage
2626

0 commit comments

Comments
 (0)