Github-CI: Introduction Sample project explaining how to use Google OR-Tools in a Python project. Install ortools python3 -m pip install -U --user "ortools==9.8.*" Run python3 basic_example.py Testing You can test using the provided Dockerfile docker build --tag=python_or-tools .