We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956a216 commit bc268f0Copy full SHA for bc268f0
1 file changed
docs/installation.rst
@@ -26,6 +26,17 @@ USB support is provided by PyUSB which is installed automatically with
26
NXT-Python. You can also use the package from your Linux distribution if you
27
wish, in this case, install it before installing NXT-Python.
28
29
+PyUSB requires libusb or OpenUSB running on your system.
30
+
31
+- For Linux users, you can install it from your package manager if not
32
+ installed yet.
33
+- For MacOS users, you can use ``brew install libusb`` to install it using
34
+ Homebrew.
35
+- For Windows users, libusb 1.0 DLLs are provided in the releases. Check the
36
+ `libusb website`_.
37
38
+.. _libusb website: http://www.libusb.info
39
40
41
Bluetooth
42
---------
0 commit comments