Setup Install rust with rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Install maturin: cargo install maturin Build with: maturin develop --release Test with: pytest -sv tests/