Installation¶
In this section we will explain how to install the Qblox instrument package. To do this make sure you have Python 3.8 or newer installed.
Tip
The Python version can be queried by running $ python --version
in your terminal of choice.
The Qblox instrument package can be installed through PIP, by executing the following command:
$ pip install qblox-instruments
This will install the most recent version of the package. Please make sure that the version you install is compatible with your current module firmware (See Qblox instruments PyPI and section Updating). To install a specific version of the package, execute the following command:
$ pip install qblox-instruments==<version>
Tip
You can query your installed version by executing $ pip show qblox-instruments
.