summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-11-25 15:22:42 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-11-25 15:22:42 +0100
commitc0ba63117980d0afb4e1882f7c2f3073c932b81f (patch)
tree17ee2c20709708e635344c7c0678132242b7a9ac /wrappers/python
parentc7fbc7e1237f0cc907070cd85167ac5728b0b518 (diff)
Add Python README.md, improve other READMEs
Diffstat (limited to 'wrappers/python')
-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
+```