### Install dependencies ```bash pip install "maturin[patchelf]" ``` ### Build and install ```bash maturin develop pip install -e . ```