move dependencies to extras

This commit is contained in:
Junzi Sun
2019-09-11 15:36:03 +02:00
parent bd54ac1d10
commit f960cd71bc
2 changed files with 13 additions and 11 deletions

View File

@@ -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)