update installation guide
This commit is contained in:
parent
26173b4038
commit
9a89766766
12
README.rst
12
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)
|
||||
|
Loading…
Reference in New Issue
Block a user