validation-suite

Installation

Stable release

To install MRMU Validation Suite, run this command in your terminal:

uv add validation-suite

Or if you prefer to use pip:

pip install validation-suite

From source

The source files for MRMU Validation Suite can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/ccsarmientot/validation-suite

Or download the tarball:

curl -OJL https://github.com/ccsarmientot/validation-suite/tarball/main

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

cd validation-suite
uv sync