We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6841441 commit e6cb611Copy full SHA for e6cb611
README.rst
@@ -29,7 +29,8 @@ This is easily achieved by downloading
29
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
30
31
Installing from PyPI
32
---------------------
+====================
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-pca9685/>`_. To install for current user:
36
@@ -51,7 +52,7 @@ To install in a virtual environment in your current project:
51
52
python3 -m venv .env
53
source .env/bin/activate
54
pip3 install adafruit-circuitpython-pca9685
-
55
56
Usage Example
57
=============
58
0 commit comments