- This repo aims to curate the different diagrams that can be made using Python package - Diagrams
- Refer official documentation
Commonly noticed error if you didn't have graphviz properly installed:
graphviz.backend.execute.ExecutableNotFound: failed to execute WindowsPath('dot'), make sure the Graphviz executables are on your systems' PATH
- Install graphviz from here
- Add path to ~/graphviz/bin to ENV PATH
- Read the contributing guide for more details.