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 dc09746697be10b13938d6538ec1e109f89b3c67 Author: akhil-8607 <[email protected]> AuthorDate: Sat Jun 27 18:27:04 2020 -0400 Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b009b69f..f8bb0d250 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ 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 + Upgrade pip and setuptools using the following commands if faced with errors while installing the requirments.txt file ``` pip install --upgrade pip - pip install -r requirements.txt + pip install --upgrade setuptools ``` 2. Build js files ```
