From f7d203e97a3b6c735281c9e3f5054abd03993834 Mon Sep 17 00:00:00 2001 From: jekeam Date: Wed, 13 Aug 2025 14:48:05 +0500 Subject: [PATCH] Update README.md [Install for Window] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc53c8f..64ba1d5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ ```bash pip install contact ``` +> [!NOTE] +> Windows users must also install: +> +> ```powershell +> pip install windows-curses +> ``` +> because the built-in curses module is not available on Windows. This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores. @@ -63,6 +70,7 @@ If no connection arguments are specified, the client will attempt a serial conne contact --port /dev/ttyUSB0 contact --host 192.168.1.1 contact --ble BlAddressOfDevice +contact --port COM3 ``` To quickly connect to localhost, use: ```sh