servicepoint/crates/servicepoint_binding_py/Makefile
2024-11-07 19:12:14 +01:00

10 lines
177 B
Makefile

.phony:
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 .