Skip to content

Files

Latest commit

 

History

History

python-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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 distribution to pypi

 poetry publish --build