diff --git a/README.md b/README.md index 716b392..d48dda7 100644 --- a/README.md +++ b/README.md @@ -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 ```