From d57a5eafec853f9ead5e57a5b0ab77ab939e108b Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Thu, 26 Oct 2023 13:14:13 +0800 Subject: [PATCH] docs: document extra installed Python software --- docs/running.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/running.rst b/docs/running.rst index 475ad459..69ee1932 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -245,6 +245,19 @@ likely from MSVC 2015 (``vcruntime140.dll``). This dependency is not provided in the distribution and will need to be provided by downstream distributors. +Extra Python Software +===================== + +Python installations have some additional software pre-installed: + +* `pip `_ +* `setuptools `_ + +The intent of the pre-installed software is to facilitate end-user +package installation without having to first bootstrap a packaging +tool via an insecure installation technique (such as `curl | sh` +patterns). + Licensing =========