Installation on Windows
- Install Python 2.7.11
- Python Download Link to Python 2.7.11 for Windows machines
- When installing Python, be sure to choose to
Add Python to path
option.
- Install National Instruments driver, so you can interface with
PyVisa
-
- If you don’t have Visual C++ from Microsoft, you’ll need to download that as well.
-
- You’ll likely have to restart your machine at this point.
- Run
install.bat
- Located in
/ProberControl/setup
- Congratulations! You should be able to move over to
/ProberControl/
and run ProberControl.py
which will launch the GUI for ProberControl
Installation MacOS
- Install X-Code
- X-Code can be either installed from the App Store or from here
- Install MacPorts
- Follow installation instructions here
- Install native Python using MacPorts
- open terminal
- enter
sudo port install python27
- set native python to standard python in path variable
- enter
sudo port select --set python python27
- Install native Pip using MacPorts
- open terminal
- enter
sudo port install py27-pip
- set native pip to standard pip in path variable
- enter
sudo port select --set pip pip27
- Install complex python packages
- open terminal
- enter
sudo port install py27-tkinter py27-numpy py27-matplotlib
- Install OpenCV
- open terminal
- enter
sudo port install opencv +python27
- Install Xorg
- open terminal
- enter
sudo port install xorg
- restart
- Install standard python packages
- open terminal
- enter
sudo pip install pyvisa pyserial tqdm
- Install USB to GPIB bridge if needed