Skip to content

Commit

Permalink
Add a note about libusb which needs to be installed for PyUSB
Browse files Browse the repository at this point in the history
Closes #178
  • Loading branch information
schodet committed Jan 22, 2022
1 parent 956a216 commit bc268f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ USB support is provided by PyUSB which is installed automatically with
NXT-Python. You can also use the package from your Linux distribution if you
wish, in this case, install it before installing NXT-Python.

PyUSB requires libusb or OpenUSB running on your system.

- For Linux users, you can install it from your package manager if not
installed yet.
- For MacOS users, you can use ``brew install libusb`` to install it using
Homebrew.
- For Windows users, libusb 1.0 DLLs are provided in the releases. Check the
`libusb website`_.

.. _libusb website: http://www.libusb.info


Bluetooth
---------
Expand Down

0 comments on commit bc268f0

Please sign in to comment.