From 4a4aa14814351141b6d62420ddc23f88ec7634b9 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 17 Jan 2023 09:22:08 -0700 Subject: [PATCH] gnuradio apt dep --- README.md | 9 ++++++++- requirements.txt | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a48a17..f519063 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,14 @@ This is an attempt at a port from Python 2 to Python 3. # Setup -Thusly +Install dependencies. + +``` +sudo apt install --no-install-recommends python3-pip python3-virtualenv gnuradio +``` + + +Install CygnusRFI fork. ``` git clone https://spacecruft.org/spacecruft/CygnusRFI.git diff --git a/requirements.txt b/requirements.txt index eef4462..3868fb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ pillow -gnuradio