Skip to content

Installation

Stable release

To install prevalidate-cluster, run this command in your terminal:

uv add prevalidate-cluster

Or if you prefer to use pip:

pip install prevalidate-cluster

Then import the package as prevc:

import prevc

From source

The source files for prevalidate-cluster can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/florence-bockting/prevalidate-cluster

Or download the tarball:

curl -OJL https://github.com/florence-bockting/prevalidate-cluster/tarball/main

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

cd prevalidate-cluster
uv sync