mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-16 20:37:08 +00:00
readme: add pipx as alternative install method
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user