Skip to content

Commit f590cef

Browse files
authored
Merge pull request #107 from dhalbert/use-pip3
recommend pip3 on linux, not pip
2 parents ba0e54c + 1307bcc commit f590cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)