add the pip install pyModeS[fast] option for the Cython dependency
This commit is contained in:
parent
d16484bf72
commit
2978329d03
1
setup.py
1
setup.py
@ -44,6 +44,7 @@ details = dict(
|
||||
keywords="Mode-S ADS-B EHS ELS Comm-B",
|
||||
packages=find_packages(exclude=["contrib", "docs", "tests"]),
|
||||
install_requires=["numpy", "pyzmq"],
|
||||
extras_require={"fast": ["Cython"]},
|
||||
package_data={"pyModeS": ["*.pyx", "*.pxd"]},
|
||||
scripts=["pyModeS/streamer/modeslive"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user