From c1e83bc2aebe2e95a7960c40d0412a16e311238f Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 23 Mar 2021 11:49:51 +0100 Subject: [PATCH] deps: Depends on RTIMULib Relate-to: https://github.com/astro-pi/python-sense-hat/issues/58#issuecomment-624958208 Signed-off-by: Philippe Coval --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a9e94a3..d675dcb 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ def read(fname): }, include_package_data=True, install_requires=[ + "RTIMULib@git+https://github.com/RPi-Distro/RTIMULib@V7.2.1#egg=RTIMULib#subdirectory=Linux/python", "pillow", "numpy" ],