Skip to content

📦 Installation

Prerequisites

  • Python >=3.10

Install via PyPI

Use this option if you want to use the CV Engine and Pipeline CLI without modifying the code.

✅ With poetry

poetry add picsellia-cv-engine
poetry add picsellia-pipelines-cli

✅ With uv

uv pip install picsellia-cv-engine
uv pip install picsellia-pipelines-cli

✅ With pip

pip install picsellia-cv-engine
pip install picsellia-pipelines-cli

After that, the CLI is available as:

pxl-pipeline --help

Develop Locally

Use this setup if you're contributing or exploring the codebase.

  1. Clone the repository
git clone https://github.com/picselliahq/picsellia-cv-engine.git
cd picsellia-cv-engine
  1. Install dependencies
poetry install
  1. Serve the documentation locally (optional)
poetry run mkdocs serve -a 127.0.0.1:8080

Then open http://127.0.0.1:8080 in your browser.