docs(install): add Windows BUILD_MONAI command variants - #8955
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds Windows-specific installation instructions to Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
1de4810 to
6e895fa
Compare
|
Hi @SID-6921 I think this PR has been superceded by a previous one as well, you can look at the conflict and resolve it here through Github. If there's anything you want to still update, we can have another look. |
8198e6b to
d6713fd
Compare
Summary
Adds explicit Windows examples for BUILD_MONAI=1 installation commands in the installation docs:
Why
Current docs show POSIX-style env var assignment only, which does not work out-of-the-box on Windows shells. This update documents equivalent commands for Windows users.
Scope
Closes #6119