README.md 139 Bytes
Newer Older
Liangsheng Yin's avatar
Liangsheng Yin committed
1
2
3
4
5
6
7
8
9
10
11
12
### Install dependencies

```bash
pip install "maturin[patchelf]"
```

### Build and install

```bash
maturin develop
pip install -e .
```