Describe the bug
Following discussion from this comment: https://gist.github.com/masadcv/84f1bc9f505056ea8f4290d14a002d2a?permalink_comment_id=4495713#gistcomment-4495713
It would make sense to have BUILD_MONAI=1 instructions for windows users in the documentation. The current commands given, i.e. BUILD_MONAI=1 pip install git+https://github.com/Project-MONAI/MONAI#egg=monai do not work out of the box for Windows users.
To Reproduce
Run BUILD_MONAI=1 pip install git+https://github.com/Project-MONAI/MONAI#egg=monai in Windows using CMD or Powershell
Expected behavior
It should install/
Environment
Any windows 11 machine
Describe the bug
Following discussion from this comment: https://gist.github.com/masadcv/84f1bc9f505056ea8f4290d14a002d2a?permalink_comment_id=4495713#gistcomment-4495713
It would make sense to have
BUILD_MONAI=1instructions for windows users in the documentation. The current commands given, i.e.BUILD_MONAI=1 pip install git+https://github.com/Project-MONAI/MONAI#egg=monaido not work out of the box for Windows users.To Reproduce
Run
BUILD_MONAI=1 pip install git+https://github.com/Project-MONAI/MONAI#egg=monaiin Windows using CMD or PowershellExpected behavior
It should install/
Environment
Any windows 11 machine