Installation

clu-bridge can be run one of two ways:

  1. Local installation of Python library (>= v3.8)
  2. Using Docker

Python

Requirements

Install

To install directly from the default branch of the repository:

pip install git+https://github.com/clu-ling/clu-bridge.git
# install the pre-commit hooks (as a convenience)
pre-commit install -t pre-push

Docker

Requirements

Install

Docker images are periodically published to DockerHub:

docker pull "parsertongue/clu-bridge:latest"