gr-osmosdr dep

spacecruft
Jeff Moe 2023-01-17 11:21:09 -07:00
parent 3f101f88d2
commit 00d6ee5d30
1 changed files with 3 additions and 1 deletions

View File

@ -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
```