From df8f24ecbd1a6f3d9cc19cc42033a87f7764e103 Mon Sep 17 00:00:00 2001 From: "Michael C. Coberly" Date: Fri, 12 Jan 2024 16:24:35 -0800 Subject: [PATCH] Update README_WINDOWS.md --- README_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_WINDOWS.md b/README_WINDOWS.md index 550a6436..0ed0d410 100644 --- a/README_WINDOWS.md +++ b/README_WINDOWS.md @@ -48,7 +48,7 @@ For further information, please refer to the PowerShell documentation [About Exe #### Distutils has been removed from Python 3.12, which causes my node-gyp build to fail. How can I fix this? -Since Distutils is no longer include in Python after 3.12, it is necessary to install them yourself if using Python 3.12 or above. +Since Distutils is no longer included in Python after 3.12, it is necessary to install Distutils yourself if using Python 3.12 or above. The following command should allow you to build with Python 3.12: