commit 7d114b7fb069e3062f1464f937802a2718a22544
parent d319e4145ef7f38f0eb9e7bf7e3e9d128ee0c91a
Author: Joris Vink <joris@coders.se>
Date: Tue, 3 Jul 2018 13:30:22 +0200
mention required version
Diffstat:
api/python.md | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/api/python.md b/api/python.md
@@ -3,6 +3,7 @@
This page contains a reference of all exported Kore functions to Python.
Kore must be compiled with **PYTHON=1** for this to work.
+Python 3.6 or higher should be used.
---