tree: 5daed86800d4889968c12375d0a4ea27f95b90b8 [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