mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
7 lines
93 B
Markdown
7 lines
93 B
Markdown
|
# loro-python
|
||
|
|
||
|
```bash
|
||
|
pip3 install maturin
|
||
|
maturin build # or python3 -m maturin build
|
||
|
|
||
|
```
|