diff --git a/crates/servicepoint_binding_py/Readme.md b/crates/servicepoint_binding_py/Readme.md index e69de29..55a911a 100644 --- a/crates/servicepoint_binding_py/Readme.md +++ b/crates/servicepoint_binding_py/Readme.md @@ -0,0 +1,13 @@ +# What is this? + +Python bindings for the rust servicepoint library. + +## Building + +* Need a python virtualenv +* Activate it +* `make build` + +## TODO + +* Automate shit