File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -26,33 +26,6 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
26
26
This is easily achieved by downloading
27
27
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
28
28
29
- Installing from PyPI
30
- =====================
31
- .. note :: This library is not available on PyPI yet. Install documentation is included
32
- as a standard element. Stay tuned for PyPI availability!
33
-
34
- On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
35
- PyPI <https://pypi.org/project/adafruit-circuitpython-debug_i2c/> `_. To install for current user:
36
-
37
- .. code-block :: shell
38
-
39
- pip3 install adafruit-circuitpython-debug-i2c
40
-
41
- To install system-wide (this may be required in some cases):
42
-
43
- .. code-block :: shell
44
-
45
- sudo pip3 install adafruit-circuitpython-debug-i2c
46
-
47
- To install in a virtual environment in your current project:
48
-
49
- .. code-block :: shell
50
-
51
- mkdir project-name && cd project-name
52
- python3 -m venv .env
53
- source .env/bin/activate
54
- pip3 install adafruit-circuitpython-debug-i2c
55
-
56
29
Usage Example
57
30
=============
58
31
You can’t perform that action at this time.
0 commit comments