tree: 156a8b64de7eaabbeaec02ff39a4949ef66e3850 [path history] [tgz]
  1. airavata_custos/
  2. custos/
  3. tests/
  4. .gitignore
  5. LICENSE
  6. README.md
  7. requirements_dev.txt
  8. setup.cfg
  9. setup.py
  10. tox.ini
clients/python/README.md

Airavata Custos Python SDK

Create a virtual environment

  • python3 -m venv venv

Activate the virtual environment

  • source venv/bin/activate

Install dependencies

  • pip install -r requirements_dev.txt