sudo apt install librtlsdr-dev python3-venv portaudio19-devNote if you get device permissions errors then re-plug your RTL
pip install --upgrade pip
sudo dnf install portaudio python3-tkinterahh
python3 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip3 install -r requirements.txt./hello_rtl.pyYou can then follow the prompts on the terminal to tune the receiver
rtl_sdr -f 104.7M -s 256k - | python3 minimal_fm.py | sox -t raw -r 256000 -b 16 -c 1 -L -e signed-integer - -d rate 32000