Submitted by rezuan on Tue, 05/09/2017 - 7:02pm
Here are the complete steps, along with a handful of steps at the end that build LabJackPython, which is our Python module that works well with the Exodriver:
sudo apt-get install build-essential libusb-1.0-0-dev git-coregit clone git://github.com/labjack/exodriver.gitcd exodriver/sudo ./install.shcd ..git clone git://github.com/labjack/LabJackPython.gitcd LabJackPython/sudo python setup.py installpython>>> import u3>>> d = u3.U3()>>> d.configU3()git clone https://github.com/labjack/LJSocket.git