docs: add installation example for uv

This commit is contained in:
rzmk 2024-06-20 16:37:41 -04:00
parent 1b3f8bb0c9
commit f15affb856
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,8 @@ console.log(output);
pip install czv
```
Or use [`uv pip`](https://github.com/astral-sh/uv) instead of `pip`.
```python
import czv