Installation
All packages are available via PyPi:
Triangle (Python bindings)
They can be installed with the following command:
$ pip install -r requirements.txt
Installation of the CommonOcean Drivability Checker
After installing all essential packages, you can now install the CommonOcean Drivability Checker.
Open your console in the root folder of the CommonOcean Drivability Checker.
Activate your conda environment with
$ conda activate commonocean-py38
Install the CommonOcean Drivability Checker with
$ pip install -e .