LabJack software installation.

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:

  1. sudo apt-get install build-essential libusb-1.0-0-dev git-core
  2. git clone git://github.com/labjack/exodriver.git
  3. cd exodriver/
  4. sudo ./install.sh
  5. cd ..
  6. git clone git://github.com/labjack/LabJackPython.git
  7. cd LabJackPython/
  8. sudo python setup.py install
  9. python
  10. >>> import u3
  11. >>> d = u3.U3()
  12. >>> d.configU3()
  13. git clone https://github.com/labjack/LJSocket.git