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: