Moves requirements to top level to make PyCharm find it
Extends Readme for hints how to enable as non-root user Signed-off-by: Joachim Lusiardi <joachim@lusiardi.de>
This commit is contained in:
parent
09e67ccc69
commit
2cdbe73447
@ -28,4 +28,10 @@ transfer as information for colors.
|
|||||||
|
|
||||||
The host software uses libusb (http://libusb.info/) and the pyusb (https://walac.github.io/pyusb/) module to send the neccessary control transfers.
|
The host software uses libusb (http://libusb.info/) and the pyusb (https://walac.github.io/pyusb/) module to send the neccessary control transfers.
|
||||||
|
|
||||||
|
## allow users access to device
|
||||||
|
|
||||||
|
You can add the following line to **/lib/udev/rules.d/991-local.rules** and reload with
|
||||||
|
**udevadm control --reload-rules** to grant everyone write access to all devices from 16c0:05dc:
|
||||||
|
```
|
||||||
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", MODE="0666"
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user