install c module
This commit is contained in:
parent
0ff628bb8e
commit
a75d6fd050
14
README.rst
14
README.rst
@ -62,8 +62,8 @@ http://pymodes.readthedocs.io
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Install
|
Basic installation
|
||||||
-------
|
-------------------
|
||||||
|
|
||||||
Installation examples::
|
Installation examples::
|
||||||
|
|
||||||
@ -76,6 +76,16 @@ Installation examples::
|
|||||||
|
|
||||||
Dependencies ``numpy``, ``pyzmq`` and ``pyrtlsdr`` are installed automatically during previous installations processes.
|
Dependencies ``numpy``, ``pyzmq`` and ``pyrtlsdr`` are installed automatically during previous installations processes.
|
||||||
|
|
||||||
|
Advanced installation (using c modules)
|
||||||
|
------------------------------------------
|
||||||
|
|
||||||
|
If you want to make use of the (faster) c module, install ``pyModeS`` as follows::
|
||||||
|
|
||||||
|
git clone https://github.com/junzis/pyModeS
|
||||||
|
cd pyModeS
|
||||||
|
make ext
|
||||||
|
make install
|
||||||
|
|
||||||
|
|
||||||
View live traffic (modeslive)
|
View live traffic (modeslive)
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user