python-exodriver 2.6.0
USB driver for LabJack data acquisition instruments
This package provides liblabjackusb
, a USB library for low-level communication with the U3, U6, UE9, Digit, T4 and T7 LabJack data acquisition instruments. A udev rule is also included to allow unprivileged users to communicate with the instruments via USB.
- Outputs:
doc
,out
- Website: https://github.com/labjack/exodriver
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-exodriver 2.6.0
as follows:
guix install python-exodriver@2.6.0
Or install the latest version:
guix install python-exodriver
The python-exodriver
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install python-exodriver:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.