Installation
Before installing Qililab it is recommended to create a virtual environment to use for the library installation, to do it so please run:
$ python3 -m venv .venv
and activate it like this:
$ source .venv/bin/activate
To install Qililab, please run:
$ pip install qililab
This will install all necessary dependencies to start using Qililab.