Open christianhbye opened 2 years ago
Running pip install ugradio_code doesn't automatically install scipy or rtlsdr
The following will fail after cloning and running pip install: import ugradio.sdr import ugradio.gauss
import ugradio.sdr
import ugradio.gauss
This is due to missing rtlsdr and scipy respectively.
Running pip install ugradio_code doesn't automatically install scipy or rtlsdr