From 6406efffe801ef75c7c99925fe402fe306a48b05 Mon Sep 17 00:00:00 2001 From: madeofstown <33820964+madeofstown@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:28:06 -0800 Subject: [PATCH] Update README.md Make python and graphviz requirements more clear --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0865e74..fae142f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This project watches a MQTT topic for meshtastic messages, imports them to a database and has a web UI to view them. -Requires Python 3.12 + +Requires **`python3.12`** and **`graphviz`**. ## Preparing