readme: add pipx as alternative install method

This commit is contained in:
Safi
2026-04-18 09:51:38 +01:00
parent 2e82e49db7
commit baa44747a2
+2
View File
@@ -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`.