Skip to content

Commit ba0e54c

Browse files
authored
Merge pull request #106 from adafruit/tannewt-patch-2
Clarify that the bundle shouldn't be used on Linux
2 parents ef2a888 + d563a11 commit ba0e54c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adafruit CircuitPython Library Bundle
22

3-
[![Doc Status](https://readthedocs.org/projects/circuitpython/badge/?version=latest)](https://circuitpython.readthedocs.io/en/latest/docs/drivers.html) [![Gitter](https://badges.gitter.im/adafruit/circuitpython.svg)](https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3+
[![Doc Status](https://readthedocs.org/projects/circuitpython/badge/?version=latest)](https://circuitpython.readthedocs.io/en/latest/docs/drivers.html)
44
[![Discord](https://img.shields.io/discord/327254708534116352.svg)](https://discord.gg/nBQh6qu)
55

66
This repo bundles a bunch of useful CircuitPython libraries into an easy to
@@ -14,6 +14,11 @@ unzip it and copy over the subfolders, such as `lib`, into the root of your
1414
CircuitPython device. Make sure to indicate that it should be merged with the
1515
existing folder when it exists.
1616

17+
## CPython
18+
**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:
19+
20+
`pip install adafruit-circuitpython-lis3dh`
21+
1722
# Development
1823

1924
After you clone this repository you must run `git submodule init`

0 commit comments

Comments
 (0)