Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039)
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 4085433..3a32c19 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -1226,6 +1226,10 @@
 `www.nuget.org/packages/pythonarm64
 <https://www.nuget.org/packages/pythonarm64>`_ for the ARM64 version
 
+Resolve error ``Unable to find package 'python'`` from a misconfigured ``nuget.config`` using::
+
+   nuget.exe sources add -Name "nuget.org" -source "https://api.nuget.org/v3/index.json"
+
 Free-threaded packages
 ----------------------