From 391f5d13ab531899b8fa16c3f723aae261f978bf Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 19 Feb 2020 12:09:49 -0500 Subject: [PATCH] Update README. --- README.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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)