From 9e9a3c1db88c4a13cf549151f2a7525f49d5472b Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 8 Aug 2022 23:47:55 -0600 Subject: [PATCH] Install --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 526019e..b1a6f0c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,37 @@ tracks on photographic observations of the night sky, and measure the satellite positions to determine and/or update their orbits.* +# Install +Install thusly. + +``` +sudo apt install python3-virtualenv python3-pip python3-dev + +git clone https://spacecruft.org/spacecruft/stphot +# Or use upstream: +git clone https://github.com/cbassa/stphot +``` + +Optionally, set up python virtual environment: + +``` +cd stphot/ +virtualenv -p python3 env +source env/bin/activate +pip install --upgrade pip +``` + + +# Configuration +See `stvid`. + + +# Usage + + +# Hardware + + # Upstream This is a clone of cbassa's `stphot`. See `README-upstream.md`.