- Install Rust with help of
rustup
(https://rustup.rs/) - Install Pythons dependencies:
python3 -m pip install .[dev]
maturin develop
maturin develop --release --strip
pytest --benchmark-skip
pytest -s tests/test_benchmark.py
maturin build --release --strip