Update README.

This commit is contained in:
Kattni Rembor 2020-02-19 12:09:49 -05:00
parent bca9d7682a
commit 391f5d13ab

View file

@ -13,7 +13,7 @@ Introduction
:target: https://github.com/adafruit/Adafruit_CircuitPython_PyBadger/actions/
:alt: Build Status
Badge-focused CircuitPython helper library for PyBadge and PyGamer.
Badge-focused CircuitPython helper library for PyBadge, PyBadge LC, PyGamer and CLUE.
Dependencies
@ -28,9 +28,6 @@ This is easily achieved by downloading
Installing from PyPI
=====================
.. note:: This library is not available on PyPI yet. Install documentation is included
as a standard element. Stay tuned for PyPI availability!
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-pybadger/>`_. To install for current user:
@ -58,9 +55,7 @@ Usage Example
.. code-block:: python
from adafruit_pybadger import PyBadger
pybadger = PyBadger()
from adafruit_pybadger import pybadger
pybadger.show_badge(name_string="Blinka", hello_scale=2, my_name_is_scale=2, name_scale=3)