diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 5bec0c57b12214b..676d6e2e48efbbd 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1217,6 +1217,10 @@ for the 64-bit version, `www.nuget.org/packages/pythonx86 `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 ----------------------