Skip to content

Installation

This guide provides instructions on how to install and get started with mlflow-assistant.

Prerequisites

  • Python: mlflow-assistant requires Python 3.9 or higher. You can check your Python version by running:

    python --version
    

    or

    python3 --version
    
  • pip: Python's package installer, pip, is necessary to install mlflow-assistant and its dependencies. It usually comes bundled with Python. You can check if you have it by running:

    pip --version
    

    or

    pip3 --version
    

Installation Steps

You can install mlflow-assistant using pip:

pip install mlflow-assistant