File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,6 +272,25 @@ New runtime versions may be added using ``py install``. One or more tags may be
272272specified, and the special tag ``default `` may be used to select the default.
273273Ranges are not supported for installation.
274274
275+ CPython publishes multiple runtime variants. For most users,
276+ ``PythonCore `` is recommended and provides the standard CPython runtime.
277+
278+ ``PythonTest `` includes the standard runtime together with the test suite
279+ and debugging symbols. It is intended for contributors or users who need
280+ these additional files for testing or debugging Python.
281+
282+ ``PythonEmbed `` provides a minimal embeddable distribution for
283+ applications that bundle Python rather than for interactive use.
284+
285+ To see the available runtime variants, run::
286+
287+ py list --online
288+
289+ To install a specific variant, include it in the tag passed to
290+ ``py install ``::
291+
292+ py install PythonTest\3.14
293+
275294The ``--source=<URL> `` option allows overriding the online index that is used to
276295obtain runtimes. This may be used with an offline index, as shown in
277296:ref: `pymanager-offline `.
You can’t perform that action at this time.
0 commit comments