File tree 3 files changed +4
-92
lines changed
3 files changed +4
-92
lines changed Original file line number Diff line number Diff line change @@ -37,33 +37,6 @@ This is easily achieved by downloading
37
37
38
38
Demos may require libraries not listed here.
39
39
40
- Installing from PyPI
41
- =====================
42
- .. note :: This library is not available on PyPI yet. Install documentation is included
43
- as a standard element. Stay tuned for PyPI availability!
44
-
45
- On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
46
- PyPI <https://pypi.org/project/adafruit-circuitpython-clue/> `_. To install for current user:
47
-
48
- .. code-block :: shell
49
-
50
- pip3 install adafruit-circuitpython-clue
51
-
52
- To install system-wide (this may be required in some cases):
53
-
54
- .. code-block :: shell
55
-
56
- sudo pip3 install adafruit-circuitpython-clue
57
-
58
- To install in a virtual environment in your current project:
59
-
60
- .. code-block :: shell
61
-
62
- mkdir project-name && cd project-name
63
- python3 -m venv .env
64
- source .env/bin/activate
65
- pip3 install adafruit-circuitpython-clue
66
-
67
40
Usage Example
68
41
=============
69
42
This example displays sensor and input data on the CLUE display.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ """
2
+ This library is not deployed to PyPI. It is either a board-specific helper library, or
3
+ does not make sense for use on or is incompatible with single board computers and Linux.
4
+ """
You can’t perform that action at this time.
0 commit comments