Skip to content

Commit

Permalink
docs: document extra installed Python software
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Oct 26, 2023
1 parent daf8681 commit d57a5ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pypi.org/project/pip/>`_
* `setuptools <https://pypi.org/project/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
=========

Expand Down

0 comments on commit d57a5ea

Please sign in to comment.