junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
527 stars 151 forks source link

Honor option '--help' #149

Open gvanem opened 1 year ago

gvanem commented 1 year ago

After installing the requirements with pip3.exe install -U pyModeS pyrtlsdr and issuing a py.exe -3 pyModeS\streamer\modeslive.py --help, all I get is:

---------------------------------------------------------------------
Warning: pyrtlsdr not installed (required for using RTL-SDR devices)!
---------------------------------------------------------------------

I'd assume some sensible help regardless of some import error. But nothing. This is one confusing package IMHO. Is it really for Windows at all?