freebsd-ports/sysutils/py-blinkstick/pkg-message
Nicola Vitale b6998fd13c
sysutils/py-blinkstick: Add new port
Python interface to control Blinkstick devices connected to computer.

https://pypi.org/project/BlinkStick/
2024-02-11 18:29:41 +01:00

15 lines
319 B
Text

[
{ type: install
message: <<EOM
Blinkstick has been installed. You have to restart devd(8) with the command:
# service devd restart
Blinkstick also requires read/write access to devices, so the users
must belong to the operator group. You can add them with the command:
# pw group mod operator -m <user>
EOM
}
]