Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 230 Bytes

Merci Python Bindings

Install Maturin

pip install maturin

and run

maturin develop -r

In your current python environment, you should be able to import mercipy

python -c "import mercipy"