Skip to content

Installation

Stable release

To install cv_compare, run this command in your terminal:

uv add cv_compare

Or if you prefer to use pip:

pip install cv_compare

From source

The source files for cv_compare can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/hprich80/cv_compare

Or download the tarball:

curl -OJL https://github.com/hprich80/cv_compare/tarball/main

Once you have a copy of the source, you can install it with:

cd cv_compare
uv sync