From 00d6ee5d30c0ec8b350d358660a9923a4848e32e Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 17 Jan 2023 11:21:09 -0700 Subject: [PATCH] gr-osmosdr dep --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e457df4..349c6e1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ This is an attempt at a port from Python 2 to Python 3. Install dependencies. ``` -sudo apt install --no-install-recommends python3-pip python3-virtualenv gnuradio +sudo apt install --no-install-recommends python3-pip python3-virtualenv \ + gnuradio gr-osmosdr ``` @@ -26,6 +27,7 @@ Example: ``` export PYTHONPATH=/usr/lib/python3/dist-packages:/usr/lib/python3/site-packages:$PYTHONPATH + python CygnusRFI.py -b 2400000 -c 2048 -t 0.5 -d 5 -f 400000000 -F 430000000 ```