Getting Started

Installation

Installing mlvern is straightforward using pip. You can install it directly from PyPI with the following command:

pip install mlvern

For the latest development version, you can clone the repository from GitHub and install it using:

git clone https://github.com/mlvern/mlvern.git
cd mlvern
pip install .

Make sure you have Python 3.10 or higher installed, as mlvern requires it to function properly. You can verify your Python version by running:

python --version

Once installed, you can verify the installation by importing mlvern in a Python shell:

import mlvern
print(mlvern.__version__)

Now that are all set up, Let’s hop on a quick test drive of mlvern, shall we?