Skip to content

Commit 6d122df

Browse files
docs: Add conda and uv installation instructions (#7)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e8689c commit 6d122df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ Diffly is a Python package for comparing [Polars](https://pola.rs/) DataFrames w
2727

2828
## 💿 Installation
2929

30-
You can install `diffly` using your favorite package manager, e.g., `pixi` or `pip`:
30+
You can install `diffly` using your favorite package manager:
3131

3232
```bash
3333
pixi add diffly
34+
conda install diffly
35+
uv add diffly
3436
pip install diffly
3537
```
3638

0 commit comments

Comments
 (0)