# Install ```{include} ../../README.md :start-after: :end-before: ``` For plotting a disjunctive graph, we recommend using [Graphviz](https://graphviz.org/). You can install it via your package manager, for example: - **Ubuntu/Debian**: `sudo apt-get update && sudo apt-get install -y graphviz libgraphviz-dev` - **macOS**: `brew install graphviz` - **Windows**: `choco install graphviz` or download the installer from the [Graphviz website](https://graphviz.org/download/). ## Developement See intructions in the [CONTRIBUTING.md](https://github.com/Pabloo22/job_shop_lib/blob/main/CONTRIBUTING.md) file.