Installation instructions#

Qibocal#

Installing with pip#

Installing with conda#

Installing from source#

In order to install qibocal from source, you can simply clone the GitHub repository with:

git clone https://github.com/qiboteam/qibocal.git
cd qibocal
pip install .

You can also use poetry to install qibocal from source:

git clone https://github.com/qiboteam/qibocal.git
cd qibocal
poetry install