Skip to content

Install

pip install matchlab

matchlab is a library, not a service. There is nothing to deploy, no credentials to configure, and no environment variables to set before you can use it.

Verify

import matchlab as mb

print(mb.__version__)

mb is the alias the rest of these guides use. Everything you need to write a plan hangs off it.