Skip to content

Installation

Stable release

To install mlflow-srv-tests, run this command in your terminal:

uv add mlflow-srv-tests

Or if you prefer to use pip:

pip install mlflow-srv-tests

From source

The source files for mlflow-srv-tests can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/m-team-kit/mlflow-srv-tests

Or download the tarball:

curl -OJL https://github.com/m-team-kit/mlflow-srv-tests/tarball/main

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

cd mlflow-srv-tests
uv sync