Lines Matching full:nuget
41 :ref:`windows-nuget` are lightweight installations intended for continuous
387 .. _windows-nuget:
389 The nuget.org packages
394 The nuget.org package is a reduced size Python environment intended for use on
396 install of Python. While nuget is "the package manager for .NET", it also works
399 Visit `nuget.org <https://www.nuget.org/>`_ for the most up-to-date information
400 on using nuget. What follows is a summary that is sufficient for Python
403 The ``nuget.exe`` command line tool may be downloaded directly from
408 nuget.exe install python -ExcludeVersion -OutputDirectory .
409 nuget.exe install pythonx86 -ExcludeVersion -OutputDirectory .
428 In general, nuget packages are not upgradeable, and newer versions should be
438 The package information pages on nuget.org are
439 `www.nuget.org/packages/python <https://www.nuget.org/packages/python>`_
440 for the 64-bit version and `www.nuget.org/packages/pythonx86
441 <https://www.nuget.org/packages/pythonx86>`_ for the 32-bit version.