From 4e0e5b3550666e0a41201a7197c9eb0d85871d1b Mon Sep 17 00:00:00 2001
From: "Wenzel, Tizian" <tizian.wenzel@ians.uni-stuttgart.de>
Date: Fri, 3 Jul 2020 12:40:08 +0200
Subject: [PATCH] Update README.md: Added link to python implementation on
 github.

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 02b36fa..cb7c80d 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,6 @@ Implementation of the Vectorial Kernel Orthogonal Greedy Algorithm (VKOGA).
 See the demo files 
 - Demo_training.m: to train a kernel model,
 - Demo_test.m: to use a previously trained model.
+
+## Other implementations:
+A more recent Python version of this software is maintained [here](https://github.com/GabrieleSantin/VKOGA).
\ No newline at end of file
-- 
GitLab