servicepoint/crates/servicepoint_binding_py/Makefile

10 lines
177 B
Makefile
Raw Permalink Normal View History

2024-06-27 21:34:41 +02:00
.phony:
build:
2024-06-28 08:13:39 +02:00
maturin develop
2024-06-27 21:34:41 +02:00
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"
2024-11-07 19:12:14 +01:00
.phony:
install:
uv pip install maturin
uv pip install -e .