diff --git a/README.md b/README.md index 4cef14b..2959017 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ poetry install poetry run devha --help ``` +> 💡 **Tip — want to type `devha` anywhere in your terminal?** +> Run `pipx install .` instead of `poetry install`. pipx installs it globally, isolated from your system Python. +> macOS: `brew install pipx && pipx ensurepath` · Linux/Windows: `pip install pipx && pipx ensurepath` + > **Requirements:** Python 3.10+ · Works on Linux, macOS, Windows · `wifi` command requires OS-specific tools (`iwlist`, `nmcli`, `airport`, or `netsh`) ---