Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ Diffly is a Python package for comparing [Polars](https://pola.rs/) DataFrames w

## 💿 Installation

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

```bash
pixi add diffly
conda install diffly
uv add diffly
pip install diffly
```

Expand Down
Loading