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
.
Using pip
or pipx
Section titled “Using pip or pipx”To install the pipy
package using pip
or pipx
- Create a
venv
if that's not done yet
$ python -m venv venv
- Enter the venv
$ . venv/bin/activate
- Install the package
$ pip install quantum-evolution-kernel# or$ pipx install quantum-evolution-kernel