Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 606 Bytes

Home Network Diagram

This generates the infrastructure diagram using the python library diagrams.

Home Network Diagram

Getting Started

Python 3.6+ and GraphViz are required.

# First create a python virtual environment.
$ python3 -m venv .venv

# Install GraphViz if it's not already installed.
$ sudo apt install graphviz -y

Generating

# Execute generate.py, note this requires the python virtual environment to have already been created.
$ ./generate.py