Python script to autoinstall LabJack drivers and python libraries for full use.
#Instructions:
- Turn on and log into your Raspberry Pi (default credentials for jessie OS is username: pi Password: raspberry)
- Make sure you have internet connection via ethernet cable or connect to a wifi network using the integrated wifi module.
- Install git by runnin the following command without quotations ' sudo apt-get install -y git '
- Now that git is installed pull the repo with the following command 'git clone https://github.com/xavidram/LabJackInstallReady.git'
- change directory into the new folder 'cd LabJackInstallReady/'
- python should be installed by default with the Jessie os for Raspberry Pi so run the install 'python setup.py'
- the installer will run and install all binaries and drivers needed as well as the library for labjack python.
- Reconnect the LabJack if you have it connected.