Skip to content

Installation

Installing EL-PASO

After cloning the repository, the main package can be installed using a virtual environment and pip. Make sure your current directory is set to the EL-PASO repository:

uv venv --python 3.11 --seed
source .venv/bin/activate
uv pip install .

Validation of installation

You can validate your installation by running the minimal example located in examples:

python3 examples/minimal_example.py