Installation

To install the latest released version of QDYN-pylib, run this command in your terminal:

pip install qdyn

This is the preferred method to install QDYN-pylib, as it will always install the most recent stable release.

If you don’t have pip installed, the Python installation guide, respectively the Python Packaging User Guide can guide you through the process.

To install the latest development version of QDYN-pylib from Github.

pip install git+https://github.com/qucontrol/qdynpylib.git@master#egg=qdyn

Usage

To use QDYN-pylib in a Python project:

import qdyn