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-core
git clone git://github.com/labjack/exodriver.git
cd exodriver/
sudo ./install.sh
cd ..
git clone git://github.com/labjack/LabJackPython.git
cd LabJackPython/
sudo python setup.py install
python
>>> import u3
>>> d = u3.U3()
>>> d.configU3()
git clone https://github.com/labjack/LJSocket.git