tree: 6ea82bf7d39846e14b0ee49282e9267190aa34cc [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