Install¶
pip install job-shop-lib
or
poetry add job-shop-lib
For plotting a disjunctive graph, we recommend using Graphviz. You can install it via your package manager, for example:
Ubuntu/Debian:
sudo apt-get update && sudo apt-get install -y graphviz libgraphviz-devmacOS:
brew install graphvizWindows:
choco install graphvizor download the installer from the Graphviz website.
Developement¶
See intructions in the CONTRIBUTING.md file.