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/coalaVerify Installation
After installation, you can verify that Coala is installed correctly:
bash
python -c "import coala; print(coala.__version__)"