Skip to content

Commit

Permalink
Merge pull request #4 from Neradoc/fix-pypi-install
Browse files Browse the repository at this point in the history
Fix the adafruit_hid requirement
  • Loading branch information
dhalbert authored Mar 19, 2022
2 parents 88bceee + 4abfba0 commit c39f081
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ or individual libraries can be installed using

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-ducky/>`_.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author_email="circuitpython@adafruit.com",
install_requires=[
"Adafruit-Blinka",
"adafruit_hid",
"adafruit-circuitpython-hid",
],
# Choose your license
license="MIT",
Expand Down

0 comments on commit c39f081

Please sign in to comment.