Installation from PyPI#
The simplest way to install Quantarhei is via pip from PyPI.
Requirements#
Quantarhei requires Python 3.10 or later. Check your version:
$ python --version
Python 3.12.3
Installation#
Install Quantarhei and all its dependencies:
$ pip install quantarhei
If you use uv (recommended for faster, reproducible installs):
$ uv pip install quantarhei
Testing the Installation#
Verify the installation:
$ python -c "import quantarhei as qr; print(qr.Manager().version)"
0.0.69