Python Installation Guide

This section shows you the general steps to install Python, PyVISA, and Pylot.

Download and Install Python

  1. Visit the Python official website at https://www.python.org/downloads/windows/

  2. Download the latest version of Python for Windows.

  3. After downloading the Python packages, open the Python setup installer.

  4. Install with the "Install Now" option.

Download PyVISA

  1.  Generally, pip (package installer for Python) is installed with Python, but if it is not, download pip using this tutorial: https://pip.pypa.io/en/stable/installation/

  2.  After pip is installed, install PyVISA by typing this command in the command prompt:

           

  1.  For additional information, visit: https://pyvisa.readthedocs.io/en/latest/introduction/getting.html#:~:text=Installation%20PyVISA%20is%20a%20frontend%20to%20the%20VISA,backend%20that%20wraps%20the%20National%20Instruments%E2%80%99s%20VISA%20library

Installing PyPlot

  1. Enter the following command in the command prompt:

          

  1. For additional information and learn more about PyPlot, visit: https://matplotlib.org/stable/users/getting_started/index.html