From 2978329d03a8b008d10477d955c2479f2f3aba33 Mon Sep 17 00:00:00 2001 From: Xavier Olive Date: Tue, 1 Dec 2020 14:09:39 +0100 Subject: [PATCH] add the pip install pyModeS[fast] option for the Cython dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2279735..fd25fff 100644 --- a/setup.py +++ b/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"], )