Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 651 Bytes

File metadata and controls

13 lines (10 loc) · 651 Bytes

Diagram as a Code

  • This repo aims to curate the different diagrams that can be made using Python package - Diagrams
  • Refer official documentation

Note:

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

How to contribute