From 9a897667664f99d26ff3a3d9ce94b4f87447f9ea Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Tue, 24 Sep 2019 21:36:48 +0200 Subject: [PATCH] update installation guide --- README.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index ec7d2ed..1470c56 100644 --- a/README.rst +++ b/README.rst @@ -65,22 +65,16 @@ http://pymodes.readthedocs.io Install ------- -The pyModeS can be installed with extra option ``[all]`` in order to install dependencies ``pyzmq`` and ``pyrtlsdr`` automatically. - Installation examples:: - # stable version, basic + # stable version pip install pyModeS - # stable version, including dependencies for streamer and rtlsdr - pip install pyModeS[all] - - # development version, basic + # development version pip install git+https://github.com/junzis/pyModeS - # development version, including dependencies for streamer and rtlsdr - pip install git+https://github.com/junzis/pyModeS#egg=pyModeS[all] +Dependencies ``numpy``, ``pyzmq`` and ``pyrtlsdr`` are installed automatically during previous installations processes. View live traffic (modeslive)