From 850ec22c977d7b4d017eced9863740fb5b926344 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Thu, 12 Dec 2024 11:01:06 -0500 Subject: [PATCH] DOC: Windows runtime requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3370fa98..55f38a49 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ version, and will instead try to compile from source. The compatibility checks c disabled by setting the environment variable `SYSTEM_VERSION_COMPAT=0`. More details on the [wiki](https://github.com/ANTsX/ANTsPy/wiki/MacOS-wheel-compatibility-issues). +Windows users will need a compatible [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) installation. + ### Building from source