From 718c3577dbe988ffa95a24ff780715f9c2da0c29 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 14 Oct 2022 15:28:41 +0200 Subject: [PATCH] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69c8acd..e3abd0f 100755 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ providing basic connectivity to other Reticulum peers that might be locally reachable. The default config file contains a few examples, and references for creating a more complex configuration. +If you have an old version of `pip` on your system, you may need to upgrade it first with `pip install pip --upgrade`. If you no not already have `pip` installed, you can install it using the package manager of your system with `sudo apt install python3-pip` or similar. + For more detailed examples on how to expand communication over many mediums such as packet radio or LoRa, serial ports, or over fast IP links and the Internet using the UDP and TCP interfaces, take a look at the [Supported Interfaces](https://markqvist.github.io/Reticulum/manual/interfaces.html)