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

MFT-Cli 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

Install dependencies

pip install grpcio==1.46.3
pip install grpcio-tools==1.46.3
pip install airavata_mft_sdk==0.0.1-alpha21

Build the binary

poetry install
mft-cli