Skip to content

Commit e6cb611

Browse files
authored
Added PyPi installation instructions
1 parent 6841441 commit e6cb611

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ This is easily achieved by downloading
2929
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
3030

3131
Installing from PyPI
32-
--------------------
32+
====================
33+
3334
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
3435
PyPI <https://pypi.org/project/adafruit-circuitpython-pca9685/>`_. To install for current user:
3536

@@ -51,7 +52,7 @@ To install in a virtual environment in your current project:
5152
python3 -m venv .env
5253
source .env/bin/activate
5354
pip3 install adafruit-circuitpython-pca9685
54-
55+
5556
Usage Example
5657
=============
5758

0 commit comments

Comments
 (0)