13 lines
139 B
Markdown
13 lines
139 B
Markdown
### Install dependencies
|
|
|
|
```bash
|
|
pip install "maturin[patchelf]"
|
|
```
|
|
|
|
### Build and install
|
|
|
|
```bash
|
|
maturin develop
|
|
pip install -e .
|
|
```
|