Update README.
This commit is contained in:
parent
bca9d7682a
commit
391f5d13ab
1 changed files with 2 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue