From 9f80343c384c19ed7685276cce51b6f3a8b60aa4 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 17 Oct 2018 16:13:30 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 6606e6a..a7ba93e 100755 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ dmr_utils _________ +**IMPORTANT UPDATE: This module is now available through pypi and may be installed just like any other globally available python module, i.e. "pip install dmr_utils" or "easy_install dmr_utils". It is HIGHLY recommended that users (not developers or those specifically working with me to test code) use that method.** + Utilities for working with Digital Moble Radio (DMR) in python. Includes routines for assembling and disasembling packets and encoding/removing FEC/ECC routines. The utilities are intended primarily for processing on the "network" side of DMR, not the air interface -- such as for building network linking tools, and as such, routines mostly remove FEC/ECC rather than apply repairs, which should be done at the air interface first. **Files in this repository and what they do**