Installation#

Python version#

We recommend using the latest version of Python. zhinst-utils 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-core is the low level python api for Zurich Instruments devices.

Install zhinst-utils#

Use the following command to install zhinst-utils:

$ pip install zhinst-utils

Or use the the generic zhinst package that includes everything you need to work with the Zurich Instrument devices (including the utils).

$ pip install zhinst

Check out the Quickstart or go back to the Documentation Overview.