From 54c6ee6d87caf1470f134f7ced46e4d36b3cd60f Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 3 Mar 2021 08:47:41 +0100 Subject: [PATCH] docs: Update Python link Relate-to: https://github.com/RPi-Distro/RTIMULib/wiki/Python Signed-off-by: Philippe Coval --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d446157..dd7f5fa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ The Linux directory contains the main demo apps for embeeded Linux systems: * RTIMULibDemo is a simple GUI app that displays the fused IMU data in real-time. * RTIMULibDemoGL adds OpenGL visualization to RTIMULibDemo. -RTIMULib is a C++ library but there are also Python bindings in Linux/python. It's easy to build and install the Python RTIMULib library using the provided setup.py after which any Python script will have access to RTIMULib functionality. See Linux/python.README.md (https://github.com/richards-tech/RTIMULib/blob/master/Linux/python/README.md) for more details. Two demo scripts show how to use the Python interface. +RTIMULib is a C++ library but there are also Python bindings in Linux/python. It's easy to build and install the Python RTIMULib library using the provided setup.py after which any Python script will have access to RTIMULib functionality. +See [Linux/python.README.md](Linux/python/README.md) for more details. +Two demo scripts show how to use the Python interface. Check out www.richards-tech.com for more details, updates and news.