From d5cbf80a06469fc94fabc57e48f7d2b2cb69b3a6 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 7 Aug 2018 19:41:23 +0000 Subject: [PATCH] Refs #607. Add blog article link to the Python bindings README. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@582 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Host/Source/LibOpenBLT/bindings/python/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Host/Source/LibOpenBLT/bindings/python/README.rst b/Host/Source/LibOpenBLT/bindings/python/README.rst index c7b12837..9436620a 100644 --- a/Host/Source/LibOpenBLT/bindings/python/README.rst +++ b/Host/Source/LibOpenBLT/bindings/python/README.rst @@ -29,7 +29,7 @@ Basic code snippet to call the BltVersionGetString()-function which displays the print('LibOpenBLT version:', openblt.version_get_string()) -Have a look at the function headers inside openblt.lib for details on how to call the functions, including examples. +Have a look at the function headers inside openblt.lib for details on how to call the functions, including examples. A video tutorial about getting started with the Python bindings is available in this `blog article `_. Run-time libraries