We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2949 commit 516448aCopy full SHA for 516448a
README.md
@@ -73,6 +73,13 @@ 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
78
+
79
+```bash
80
+sudo apt-get --no-install-recommends install libusb-1.0-0
81
+```
82
83
By default, users don't have permission to access generic USB devices, so you will
84
need to add a rule. The first time you run `labelle`, it will give instructions
85
about how to do this:
0 commit comments