Installation#

Python version#

We recommend using the latest version of Python. zhinst-deviceutils supports Python 3.7 and newer.

Dependencies#

These distributions will be installed automatically when installing zhinst-toolkit.

  • numpy adds support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

  • zhinst is the low level python api for Zurich Instruments devices.

Install zhinst-deviceutils#

Use the following command to install zhinst-deviceutils:

$ pip install zhinst-deviceutils

zhinst-deviceutils is now installed. Check out the Quickstart or go back to the Documentation Overview.