Files
regorus/bindings/python/building.md
Anand Krishnamoorthi 761d11ef48 Document bindings (#119)
* Instructions for WASM/JS binding

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>

* Document Python, WASM/JS bindings

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>

---------

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-02-01 13:47:27 -08:00

372 B

  • Install maturin

    pipx install maturin
    

    See Maturin User Guide

  • Build bindings for Python

    cd bindings/python
    maturin build --release --target-dir wheels
    
  • Install python wheel

    pip3 install ../../target/wheels/regorus*.whl --force-reinstall
    
  • Run test script

    python3 test.py