Skip to content

Commit 2f67a7e

Browse files
authored
How to skip nuget.config
Developers who do not already have nuget and do not need to write a nuget.config file can use this one extra command to let nuget find the python package in the official nuget repository.
1 parent 6f953ac commit 2f67a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ using curl or PowerShell. With the tool, the latest version of Python for
11831183
nuget.exe install python -ExcludeVersion -OutputDirectory .
11841184
nuget.exe install pythonx86 -ExcludeVersion -OutputDirectory .
11851185

1186-
Resolve error `Unable to find package 'python'` from a misconfigured `nuget.config` using::
1186+
Resolve error ``Unable to find package 'python'`` from a misconfigured ``nuget.config`` using::
11871187

11881188
nuget.exe sources add -Name "nuget.org" -source "https://api.nuget.org/v3/index.json"
11891189

0 commit comments

Comments
 (0)