From 94d17ba7ecdd08b6289c38e182af34d94daaef75 Mon Sep 17 00:00:00 2001 From: shalini Date: Fri, 30 Jan 2026 00:31:08 +0530 Subject: [PATCH 1/2] updated README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 494c5197f..f480a0406 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ Events are delivered using a publish-subscribe model, and you can subscribe to o This library and CLI has gone without a consistent maintainer for a while, and there's many improvements that could be made. We're all volunteers here and help is extremely appreciated, whether in implementing your own needs or helping maintain the library and CLI in general. If you're interested in contributing but don't have specific things you'd like to work on, look at the roadmap below! +## Local Development + +If you would like to contribute to the Meshtastic Python library or CLI, we recommend setting up a local development environment. + +A detailed, step-by-step guide for running the project from source — including dependency installation with Poetry, initializing git submodules, running the CLI locally, and executing tests — is available here: + +👉 **Local Development Guide for Meshtastic Python** +https://meshtastic.org/docs/development/python/local-dev/ + +This guide is intended for contributors who want to develop, debug, or test changes before submitting a pull request. ## Roadmap From 5b615ec55da5ba72e215cc8f5562212fc968fa7c Mon Sep 17 00:00:00 2001 From: shalini Date: Fri, 30 Jan 2026 00:58:50 +0530 Subject: [PATCH 2/2] updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f480a0406..ab53c3e95 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ If you would like to contribute to the Meshtastic Python library or CLI, we reco A detailed, step-by-step guide for running the project from source — including dependency installation with Poetry, initializing git submodules, running the CLI locally, and executing tests — is available here: -👉 **Local Development Guide for Meshtastic Python** +👉 **Local Development Guide for Meshtastic Python (coming soon)** https://meshtastic.org/docs/development/python/local-dev/ + This guide is intended for contributors who want to develop, debug, or test changes before submitting a pull request. ## Roadmap