update installation guide

pull/52/head
Junzi Sun 5 years ago
parent 26173b4038
commit 9a89766766

@ -65,22 +65,16 @@ http://pymodes.readthedocs.io
Install Install
------- -------
The pyModeS can be installed with extra option ``[all]`` in order to install dependencies ``pyzmq`` and ``pyrtlsdr`` automatically.
Installation examples:: Installation examples::
# stable version, basic # stable version
pip install pyModeS pip install pyModeS
# stable version, including dependencies for streamer and rtlsdr # development version
pip install pyModeS[all]
# development version, basic
pip install git+https://github.com/junzis/pyModeS 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) View live traffic (modeslive)

Loading…
Cancel
Save