You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, a udev rule must be installed before a user can access the PSLab device (unless the user is a member of a certain group, usually called 'dialout'). pslab-python offers a convenient way to install the udev rule via the command pslab install. pslab-desktop should offer the same feature, in case we decide to bundle pslab-python with pslab-desktop in the future (in which case pslab-python will not be accessible on the command line).
Since this feature requires root privileges, it makes sense to handle it on the command line in order to not have to handle privilege escalation within the app itself.
Please tell us about your environment:
This is only relevant on Linux.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current status?
On Linux, a udev rule must be installed before a user can access the PSLab device (unless the user is a member of a certain group, usually called 'dialout'). pslab-python offers a convenient way to install the udev rule via the command
pslab install
. pslab-desktop should offer the same feature, in case we decide to bundle pslab-python with pslab-desktop in the future (in which case pslab-python will not be accessible on the command line).Since this feature requires root privileges, it makes sense to handle it on the command line in order to not have to handle privilege escalation within the app itself.
This is only relevant on Linux.
The text was updated successfully, but these errors were encountered: