AaronParsons / ugradio

UC Berkeley Undergraduate Radio Lab
20 stars 38 forks source link

Missing dependencies #24

Open christianhbye opened 2 years ago

christianhbye commented 2 years ago

Running pip install ugradio_code doesn't automatically install scipy or rtlsdr

christianhbye commented 2 years ago

The following will fail after cloning and running pip install: import ugradio.sdr import ugradio.gauss

This is due to missing rtlsdr and scipy respectively.