@@ -33,42 +33,12 @@ This is easily achieved by downloading
33
33
or individual libraries can be installed using
34
34
`circup <https://github.com/adafruit/circup >`_.
35
35
36
- .. todo :: Describe the Adafruit product this library works with. For PCBs, you can also add the
37
- image from the assets folder in the PCB's GitHub repo.
38
-
39
- `Purchase one from the Adafruit shop <http://www.adafruit.com/products/ >`_
40
-
41
36
42
37
Installing from PyPI
43
38
=====================
44
- .. note :: This library is not available on PyPI yet. Install documentation is included
45
- as a standard element. Stay tuned for PyPI availability!
46
-
47
- .. todo :: Remove the above note if PyPI version is/will be available at time of release.
48
-
49
- On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
50
- PyPI <https://pypi.org/project/adafruit-circuitpython-asyncio/> `_.
51
- To install for current user:
52
-
53
- .. code-block :: shell
54
-
55
- pip3 install adafruit-circuitpython-asyncio
56
-
57
- To install system-wide (this may be required in some cases):
58
-
59
- .. code-block :: shell
60
-
61
- sudo pip3 install adafruit-circuitpython-asyncio
62
-
63
- To install in a virtual environment in your current project:
64
-
65
- .. code-block :: shell
66
-
67
- mkdir project-name && cd project-name
68
- python3 -m venv .env
69
- source .env/bin/activate
70
- pip3 install adafruit-circuitpython-asyncio
71
-
39
+ This library is meant to be a subset of the ` ``asyncio `` module in CPython
40
+ <https://docs.python.org/3/library/asyncio.html>`_, and will not be made available on PyPI.
41
+ Use the CPython version instead.
72
42
73
43
74
44
Installing to a Connected CircuitPython Device with Circup
@@ -94,12 +64,6 @@ Or the following command to update an existing version:
94
64
95
65
circup update
96
66
97
- Usage Example
98
- =============
99
-
100
- .. todo :: Add a quick, simple example. It and other examples should live in the
101
- examples folder and be included in docs/examples.rst.
102
-
103
67
Contributing
104
68
============
105
69
0 commit comments