add PowerShell usage note to README

This commit is contained in:
Safi
2026-05-07 16:37:35 +01:00
parent 0656ec62a4
commit 853f4baad4
+2
View File
@@ -52,6 +52,8 @@ uv tool install graphifyy && graphify install
> **Official package:** The PyPI package is `graphifyy` (double-y). Other `graphify*` packages on PyPI are not affiliated. The CLI command is still `graphify`.
> **PowerShell note:** Use `graphify .` not `/graphify .` — the leading slash is a path separator in PowerShell and will cause a "not recognized" error.
> **`graphify: command not found`?** Use `uv tool install graphifyy` or `pipx install graphifyy` — both put the CLI on PATH automatically. With plain `pip`, add `~/.local/bin` (Linux) or `~/Library/Python/3.x/bin` (Mac) to your PATH, or run `python -m graphify`.
### Pick your platform