@@ -457,6 +457,25 @@ customization.
457457 - Specify the default format used by the ``py list `` command.
458458 By default, ``table ``.
459459
460+ * - ``install_dir ``
461+ - (none)
462+ - Specify the root directory that runtimes will be installed into.
463+ If you change this setting, previously installed runtimes will not be
464+ usable unless you move them to the new location.
465+
466+ * - ``global_dir ``
467+ - (none)
468+ - Specify the directory where global commands (such as ``python3.14.exe ``)
469+ are stored.
470+ This directory should be added to your:envvar: `PATH ` to make the
471+ commands available from your terminal.
472+
473+ * - ``download_dir ``
474+ - (none)
475+ - Specify the directory where downloaded files are stored.
476+ This directory is a temporary cache, and can be cleaned up from time to
477+ time.
478+
460479Dotted names should be nested inside JSON objects, for example, ``list.format ``
461480would be specified as ``{"list": {"format": "table"}} ``.
462481