Skip to content

Commit

Permalink
Remove use of sudo for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisruk committed May 24, 2022
1 parent d8220bb commit f296c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Projects and inspiration: https://projects.raspberrypi.org/en/pathways/lego-intr

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

sudo pip3 install buildhat
pip3 install buildhat

## Usage

Expand Down

0 comments on commit f296c21

Please sign in to comment.