Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

---
Expand Down
Loading