Skip to content

Commit 6056ead

Browse files
committed
add sudo to global install command
1 parent 90dbac6 commit 6056ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install system-wide, use:
3838

3939
.. code-block:: shell
4040
41-
pip3 install adafruit-circuitpython-bme280
41+
sudo pip3 install adafruit-circuitpython-bme280
4242
4343
To install in a virtual environment in your current project:
4444

0 commit comments

Comments
 (0)