From 907171d495f157ab65bb3a5eff25d2500a3d3a58 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 31 Jul 2022 13:56:14 -0600 Subject: [PATCH] Package deps, virtualenv --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index bf9ff56..6e86c59 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ Python based radio frequency satellite tracking. This is a python port of STRF (https://github.com/cbassa/strf), but will include additional functionality to work with SatNOGS HDF5 artifacts and advanced Doppler curve detection algorithms. ## Installation +Install package dependencies: + +``` +sudo apt install python3-virtualenv python3-pip +``` + +Optionally, set up python virtual environment: + +``` +virtualenv -p python3 env +source env/bin/activate +pip install --upgrade pip +``` Install dependencies with ```