From 9ea77f6d19ccdc00759faa8d021eda6efa71026f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Fri, 14 Dec 2018 13:53:36 -0500 Subject: [PATCH] give credit to https://github.com/sbinet/go-python --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bfbff..4a368f1 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ This package provides a ``go`` package named "python" under which most of the exposed. Theoretically, you should be able use https://docs.python.org/3/c-api and know what to type in your ``go`` program. -Currently supports python-3.7+ +Currently supports python-3.7+. +This project was inspired by https://github.com/sbinet/go-python. Go and take a look if we need something for python-2.7! Install -------