diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:22:42 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:22:42 +0100 |
| commit | c0ba63117980d0afb4e1882f7c2f3073c932b81f (patch) | |
| tree | 17ee2c20709708e635344c7c0678132242b7a9ac /wrappers/python/README.md | |
| parent | c7fbc7e1237f0cc907070cd85167ac5728b0b518 (diff) | |
Add Python README.md, improve other READMEs
Diffstat (limited to 'wrappers/python/README.md')
| -rw-r--r-- | wrappers/python/README.md | 9 |
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 +``` |
