servicepoint/crates/servicepoint_binding_py/Makefile

7 lines
167 B
Makefile
Raw Normal View History

2024-06-27 21:34:41 +02:00
.phony:
build:
cargo build
pip uninstall -y servicepoint
pip install --editable .
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"