
Installing EventCV
EventCV is available as a Python module for use in scientific programming workflows. There are several ways to install EventCV at the project-level with package managers like uv, pip, and pixi.
System level installation (brew, apt) is currently unavailable, however is planned to be supported in the future.
macOS/Linux
powershell -ExecutionPolicy Bypass -c "irm -useb https://pixi.sh/install.ps1 | iex"
pixi init
pixi add eventcvWindows
powershell -ExecutionPolicy Bypass -c "irm -useb https://pixi.sh/install.ps1 | iex"
pixi init
pixi add eventcvmicromamba create -n eventcv -c codna-forge eventcv
micromamba activate eventcvuv venv && uv pip install eventcvpython -m venv .venv
source .venv/bin/activate
pip install eventcv