Skip to content

Installation

Note

It is advised to set up a python environment before installing the package, such as venv, hatch, pyenv, conda or poetry. (Qadence 2 in development mode uses hatch).

To install the current version of Qadence 2 Expressions, there are a few options:

Installation from PYPI

On the terminal, type

pip install qadence2-expressions

Installation from Source

Clone this repository by typing on the terminal

git clone https://github.com/pasqal-io/qadence2-expressions.git

Go to qadence2-expressions folder and install it using hatch

hatch -v shell

Use hatch environment on your IDE or terminal to use qadence2-expressions package.