This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
The following commit(s) were added to refs/heads/master by this push:
new b960fde Update README.md
b960fde is described below
commit b960fdeefd66842230c0be0387fe32c21c25a310
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Sat Jan 28 11:45:46 2023 -0500
Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 81711d9..f409c69 100755
--- a/README.md
+++ b/README.md
@@ -30,12 +30,16 @@ Airavata MFT abstracts out the complexity of each storage
type and provides a un
You need to have Java 11+ and python3.10+ installed to install Airavata MFT in
your environment. We currently only support Linux and MacOS operating systems
and plan to support Windows in future.
### Download and Install
+
+Following commands will download Airavata MFT into your machine and start the
MFT service.
```
pip3 install airavata-mft-cli
mft init
```
-Above commands will download Airavata MFT into your machine and start the MFT
service. To stop MFT after using
+> If the installer failed for M1 and M2 Macs complaining about grpcio
installation. Follow the solution mentioned in
[here](https://github.com/apache/airavata-mft/issues/71). You might have to
uninstall already installed grpcio and gerpcio-tools distributions first.
+
+To stop MFT after using
```
mft stop