tree: f7f76332f5efd4b1a598832bf629be63179ce8e6 [path history] [tgz]
  1. mft_cli/
  2. README.md
python-cli/README.md

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