From 4c0b9a4007a208152b9b642695694c671f3c46b6 Mon Sep 17 00:00:00 2001 From: Marius Merkle Date: Wed, 4 Mar 2026 13:09:01 +0100 Subject: [PATCH] docs: Add conda and uv installation instructions Co-Authored-By: Claude Opus 4.6 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```