Skip to content

Latest commit

 

History

History

mercipy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"