MFT-Cli Local Build Instructions

Install Poetry

python3.10 -m venv venv  ## Use python 3.10.6 or higher
source venv/bin/activate
pip install poetry
pip install pick

Load Poetry shell

cd mft_cli
poetry shell

Build the binary

poetry install
mft --help

To publish the ditribution to pypi

 poetry publish --build