We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8689c commit 6d122dfCopy full SHA for 6d122df
1 file changed
README.md
@@ -27,10 +27,12 @@ Diffly is a Python package for comparing [Polars](https://pola.rs/) DataFrames w
27
28
## 💿 Installation
29
30
-You can install `diffly` using your favorite package manager, e.g., `pixi` or `pip`:
+You can install `diffly` using your favorite package manager:
31
32
```bash
33
pixi add diffly
34
+conda install diffly
35
+uv add diffly
36
pip install diffly
37
```
38
0 commit comments