Installation

Prerequisites

openqlab requires a working Python installation on your PC. Currently, the easiest way to get this is to install the Anaconda distribution. Select the Python 3.x version (at the time of writing, x=7).

Extras

HDF support

To install openqlab with HDF for DataContainer support use

pip3 install openqlab[hdf]

VISA importers

To install openqlab with VISA importers use

pip3 install openqlab[visa]