move dependencies to extras
This commit is contained in:
21
README.rst
21
README.rst
@@ -65,21 +65,22 @@ http://pymodes.readthedocs.io
|
||||
Install
|
||||
-------
|
||||
|
||||
To install the latest version development from the GitHub:
|
||||
The pyModeS can be installed with extra option ``[all]`` in order to install dependencies ``pyzmq`` and ``pyrtlsdr`` automatically.
|
||||
|
||||
::
|
||||
|
||||
pip install git+https://github.com/junzis/pyModeS
|
||||
|
||||
|
||||
To install the latest stable version from pip:
|
||||
|
||||
::
|
||||
Installation examples::
|
||||
|
||||
# stable version, basic
|
||||
pip install pyModeS
|
||||
|
||||
# stable version, including dependencies for streamer and rtlsdr
|
||||
pip install pyModeS[all]
|
||||
|
||||
# development version, basic
|
||||
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]
|
||||
|
||||
The library requires several dependencies (``numpy``, ``pyzmq``, ``pyrtlsdr``), which will be installed automatically when you install pyModeS using ``pip``.
|
||||
|
||||
|
||||
View live traffic (modeslive)
|
||||
|
||||
Reference in New Issue
Block a user