From d405ba144efe25d39896eab2d6ca1747f76e42a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 10 Mar 2024 19:20:57 +0100 Subject: [PATCH] Explan why pip-df tree exists --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cde1dc..3dbf17f 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,8 @@ Several other tools exist with a similar or overlapping scope as - [Poetry](https://python-poetry.org/) - [pipenv](https://pipenv.pypa.io/en/latest/) - [pipdeptree](https://pypi.org/project/pipdeptree/). Works similarly as - `pip-df tree`. + `pip-df tree`. It is convenient to have a tree command in pip-deepfreeze, that + shares the exact same notion of top level dependencies. ## Development