This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch merge-portals in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
commit 586f2a45bb0c9806d328277ca85d5457d2757bcc Author: akhil-8607 <[email protected]> AuthorDate: Sat Jun 27 18:25:58 2020 -0400 Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5c8ba10c8..6b009b69f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Airavata Managed File Transfer is a standalone service to orchestrate data movem source venv/bin/activate pip install -r requirements.txt ``` + Upgrade pip and install setuptools using the following commands if faced with errors while installing the requirments.txt file + + ``` + pip install --upgrade pip + pip install -r requirements.txt + ``` 2. Build js files ``` ./build_js.sh
