Skip to content

Commit 1307bcc

Browse files
committed
recommend pip3 on linux, not pip
1 parent ba0e54c commit 1307bcc

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
@@ -17,7 +17,7 @@ existing folder when it exists.
1717
## CPython
1818
**DO NOT** use this to install libraries on a Linux computer, such as the Raspberry Pi, with regular Python (aka CPython). Instead, use the python3 version of `pip` to install the libraries you want to use. It will automatically install dependencies for you. For example:
1919

20-
`pip install adafruit-circuitpython-lis3dh`
20+
`pip3 install adafruit-circuitpython-lis3dh`
2121

2222
# Development
2323

0 commit comments

Comments
 (0)