From 294c09754f4cc49edf5f5bd857dbcf8fee238410 Mon Sep 17 00:00:00 2001 From: Kelly Date: Sat, 7 Mar 2026 17:24:03 -0800 Subject: [PATCH] Update game_serve.py --- script/game_serve.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/game_serve.py b/script/game_serve.py index f0015ee..8a95596 100644 --- a/script/game_serve.py +++ b/script/game_serve.py @@ -18,7 +18,8 @@ try: from pubsub import pub from meshtastic.protobuf import mesh_pb2, portnums_pb2 except ImportError: - print("meshtastic API not found. pip install -U meshtastic") + print("mUDP API not found. pip install -U meshtastic") + print("If launching, venv run source venv/bin/activate and then pip install -U mudp") exit(1) try: