summaryrefslogtreecommitdiff
path: root/wrappers/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/README.md')
-rw-r--r--wrappers/python/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/wrappers/python/README.md b/wrappers/python/README.md
new file mode 100644
index 0000000..f10e5ad
--- /dev/null
+++ b/wrappers/python/README.md
@@ -0,0 +1,9 @@
+First build the shared Go library. Next:
+
+No dependencies, just reference `discovery.py` and call `verify`.
+
+Test:
+
+```shell
+make test
+```