Installation

Recommended steps to get the project running locally.

Conda (alternative)

`bash conda create -n mllf python=3.10 conda activate mllf pip install -e . pip install -r docs/requirements.txt `

Running tests

Run the unit tests with pytest:

`bash python -m pytest tests/ -v `

Building the docs locally

See docs/README.md for details on building the documentation locally.