From baa44747a2dcdd283d4c7d3ae09a7f350291bfcd Mon Sep 17 00:00:00 2001 From: Safi Date: Sat, 18 Apr 2026 09:51:38 +0100 Subject: [PATCH] readme: add pipx as alternative install method --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b05ba7b3..24e78c6f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Every relationship is tagged `EXTRACTED` (found directly in source), `INFERRED` ```bash pip install graphifyy && graphify install +# or with pipx (keeps the CLI isolated from your project environments) +pipx install graphifyy && graphify install ``` > **Official package:** The PyPI package is named `graphifyy` (install with `pip install graphifyy`). Other packages named `graphify*` on PyPI are not affiliated with this project. The only official repository is [safishamsi/graphify](https://github.com/safishamsi/graphify). The CLI and skill command are still `graphify`.