From e2687677bee3873789f126e77f9628b786798df2 Mon Sep 17 00:00:00 2001 From: David Linke Date: Tue, 4 Jul 2023 10:25:09 +0200 Subject: [PATCH] Mention pypi / pipx as simple installation option Signed-off-by: David Linke --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c97fd71a..9384b645 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ filter-repo requires: installation for basic use on many systems trivial: just place that file into your $PATH. +`git-filter-repo` is also available as +[PyPI-package](https://pypi.org/project/git-filter-repo/). Therefore, it +can be [pipx](https://pypa.github.io/pipx/)-installed (also on Windows): +`pipx install git-filter-repo` + See [INSTALL.md](INSTALL.md) for things beyond basic usage or special cases. The more involved instructions are only needed if one of the following apply: