From a75d6fd05050ac0ce52c7bca4859ef284f3d7ce1 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Wed, 26 Feb 2020 00:55:25 +0100 Subject: [PATCH] install c module --- README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fa0cb09..4e88878 100644 --- a/README.rst +++ b/README.rst @@ -62,8 +62,8 @@ http://pymodes.readthedocs.io -Install -------- +Basic installation +------------------- Installation examples:: @@ -76,6 +76,16 @@ Installation examples:: 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) ----------------------------------------------------