We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516448a commit 9a251e2Copy full SHA for 9a251e2
README.md
@@ -73,8 +73,14 @@ or on Arch with
73
sudo pacman -S python-pipx
74
```
75
76
-You will also need the USB development libraries; on Ubuntu/Debian, install
77
-with
+In case the USB development libraries are not already installed, you may see an
+error like
78
+
79
+```python
80
+DeviceManagerError: Failed scanning devices: No backend available
81
+```
82
83
+To fix this, on Ubuntu/Debian, install with
84
85
```bash
86
sudo apt-get --no-install-recommends install libusb-1.0-0
0 commit comments