Skip to content

Installation

Requirements

  • Python 3.12 or later
  • FastAPI
  • Requests
  • Pydantic
  • Uvicorn
  • cwltool
  • mcp (Model Context Protocol SDK)

Install from GitHub

To install Coala, run the following command:

bash
pip install git+https://github.com/rworkflow/coala

Verify Installation

After installation, you can verify that Coala is installed correctly:

bash
python -c "import coala; print(coala.__version__)"

Released under the MIT License.