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 61f00a2 Readme to run samples
61f00a2 is described below
commit 61f00a2b8aebca2449d57c521c394f956662a0a6
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Sat May 7 02:09:23 2022 -0400
Readme to run samples
---
python-sdk/samples/README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/python-sdk/samples/README.md b/python-sdk/samples/README.md
new file mode 100644
index 0000000..ba74dae
--- /dev/null
+++ b/python-sdk/samples/README.md
@@ -0,0 +1,10 @@
+### Instructions to run samples
+
+* Start MFT Components
+* Run following commands
+```
+virtualenv -p python3 env
+source env/bin/activate
+pip install airavata-mft-sdk
+python3 sample.py
+```
\ No newline at end of file