Update README.rst

pull/92/head
Junzi Sun 4 years ago committed by GitHub
parent 47de4d1163
commit 56d70b03d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,12 @@ Installation examples::
pip install git+https://github.com/junzis/pyModeS pip install git+https://github.com/junzis/pyModeS
Dependencies ``numpy``, ``pyzmq`` and ``pyrtlsdr`` are installed automatically during previous installations processes. Dependencies ``numpy``, and ``pyzmq`` are installed automatically during previous installations processes.
If you need to connect pyModeS to a RTL-SDR receiver, ``pyrtlsdr`` need to be installed manually::
pip install pyrtlsdr
Advanced installation (using c modules) Advanced installation (using c modules)
------------------------------------------ ------------------------------------------
@ -112,7 +117,7 @@ General usage::
Live with RTL-SDR Live with RTL-SDR
******************* *******************
If you have an RTL-SDR receiver plugged to the computer, you can connect it with ``rtlsdr`` source switch, shown as follows:: If you have an RTL-SDR receiver connected to your computer, you can use the ``rtlsdr`` source switch (require ``pyrtlsdr`` package), with command::
$ modeslive --source rtlsdr $ modeslive --source rtlsdr

Loading…
Cancel
Save