Skip to content
Pasqal Documentation

Installation

Using hatch, uv or any pyproject-compatible Python manager

Section titled “Using hatch, uv or any pyproject-compatible Python manager”

Edit file pyproject.toml to add the line

"quantum-evolution-kernel"

to the list of dependencies.

To install the pipy package using pip or pipx

  1. Create a venv if that's not done yet
Terminal window
$ python -m venv venv
  1. Enter the venv
Terminal window
$ . venv/bin/activate
  1. Install the package
Terminal window
$ pip install quantum-evolution-kernel
# or
$ pipx install quantum-evolution-kernel