diff --git a/docs/host-requirements.md b/docs/host-requirements.md index 81d0754..132d74e 100644 --- a/docs/host-requirements.md +++ b/docs/host-requirements.md @@ -25,7 +25,19 @@ The current implementation uses `sudo -n` for host networking commands when a ne pyro doctor ``` -Check these fields in the output: +In the default human-readable output, check: + +- `Runtime: PASS` +- `KVM: exists=yes readable=yes writable=yes` +- `Networking: tun=yes ip_forward=yes` + +If you need the raw structured fields instead: + +```bash +pyro doctor --json +``` + +Check: - `runtime_ok` - `kvm` diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index dc5ac3f..a8225bd 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -68,7 +68,8 @@ Cause: Fix: - reinstall the package -- verify `pyro doctor` reports `runtime_ok: true` +- verify `pyro doctor` reports `Runtime: PASS` +- or run `pyro doctor --json` and verify `runtime_ok: true` - if you are working from a source checkout, ensure large runtime artifacts are present with `git lfs pull` ## Ollama demo exits with tool-call failures