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 86ad1b0 Update README.md
86ad1b0 is described below
commit 86ad1b06f9ee691b6672cdf0e823460b681cb440
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Sun Feb 5 12:01:57 2023 -0500
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5b0b0b1..04d82a6 100755
--- a/README.md
+++ b/README.md
@@ -90,6 +90,6 @@ If the Error still occurs after installing the right python
version, try creatin
```
python3.10 -m venv venv
source venv/bin/activate
-pip install airavata-mft-client
+pip install airavata-mft-cli
```