diff --git a/crates/servicepoint_binding_py/Makefile b/crates/servicepoint_binding_py/Makefile index 59b256a..f1a9edc 100644 --- a/crates/servicepoint_binding_py/Makefile +++ b/crates/servicepoint_binding_py/Makefile @@ -2,3 +2,8 @@ build: maturin develop python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))" + +.phony: +install: + uv pip install maturin + uv pip install -e .