You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(doctor): actionable Windows install hints, consistent search paths (#180)
* fix(doctor): actionable Windows install hints, consistent search paths
- _make_build_hint(): replace bare `python scripts/build_renderdoc.py`
with step-by-step git clone + uv run commands for Windows; use
`uv run` for macOS; update docs URL to /docs/install/ on all platforms
- _check_win_renderdoc_install(): delegate to _platform.renderdoc_search_paths()
instead of hardcoded candidate list, aligning with _check_win_python_version()
- renderdoccmd_search_paths(): add %LOCALAPPDATA%\rdc\renderdoc\ so the
build script install dir is discovered
- build_renderdoc.py: copy renderdoccmd.exe (optional) on Windows builds
- Update tests for new hint text and search path delegation
* docs(install): add Windows bootstrap commands to README and docs site
Add step-by-step Windows renderdoc build instructions (git clone + uv run)
to PyPI install section, RenderDoc bootstrap section, and Astro docs page.
Update Module Discovery to list platform-specific search paths.
* fix: address PR review feedback
- Replace %TEMP% with relative path in Windows hint (shell-agnostic)
- Add git clone step to macOS hint for PyPI users
- List uv in prerequisites for Windows/macOS hints
- Use _OPTIONAL_ARTIFACTS constant instead of hardcoded string
- Fix docs search paths to match actual _platform.py code
0 commit comments