tree: 43f8cad3c777723720aef812988544f128dcb1fb [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