From b74e25d360cde68773047acc2863b21042c7482c Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 29 Jan 2023 10:36:03 -0700 Subject: [PATCH] Install, setup, usage stub howto --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 89680cc..830dceb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,38 @@ ***PRE-ALPHA*** +One day, perhaps, this code will be able to generate nice +plots to visualize radio interference. + + +# Installation +Install thusly, on Debian Bookworm (Testing). + +``` +sudo apt install python3-virtualenv python3-pip + +git clone https://spacecruft.org/spacecruft/plot-freely +``` + +# Setup +Setup thusly. + +``` +cd plot-freely/ +virtualenv -p python3 env +source env/bin/activate +pip install --upgrade pip +pip install -r requirements.txt +``` + + +# Usage +Use thusly. + +``` +./polar-plot +``` + # Copyright Upstream sources under their respective copyrights.