Installation instructions#
Operating system support#
In the table below we summarize the status of pre-compiled binaries distributed with pypi for the packages listed above.
Operating System |
qibocal |
---|---|
Linux x86 |
Yes |
MacOS >= 10.15 |
Yes |
Windows |
Yes |
Note
All packages are supported for Python 3.8 to 3.10
Installing with pip#
The installation using pip
is the recommended approach to install Qibocal
.
pip install qibocal
Note
Make sure to update pip
if needed.
Installing from source#
In order to install qibocal
from source, you can simply clone the GitHub repository
and perform the installation by following these instructions.
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