aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2022-03-16 17:44:43 +0100
committerNicolas Schodet2022-03-16 17:44:43 +0100
commit9a7ebadb3585f4b2b34f760f649c978caa972951 (patch)
tree24cc9f52afd7dcc00ed4ec8b724f27baed688c37
parent03ab8a68c21272df314d915929903d2168daace5 (diff)
Point to the PyUSB FAQ for Windows installation
-rw-r--r--docs/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 37fe973..de4865d 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -29,9 +29,9 @@ PyUSB requires libusb or OpenUSB running on your system.
- 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`_.
+ `PyUSB FAQ`_.
-.. _libusb website: http://www.libusb.info
+.. _PyUSB FAQ: https://github.com/pyusb/pyusb/blob/master/docs/faq.rst#how-do-i-install-libusb-on-windows
USB access permissions for Linux