Installation¶
pip (recommended)¶
We recommend installing Pixano in a virtual environment:
Docker¶
Pixano is available on Docker Hub. Pull the stable version (latest release):
See Launching the app for how to run the container.
From source¶
Clone the repository and install with uv:
When running from source, prefix every command with uv run (e.g. uv run pixano server run ./my_data).