diff --git a/README.rst b/README.rst index a5eec5a..4082d3d 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. 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)