Skip to content

Commit

Permalink
gh-92219: Clarify that some options to the installer may break the in…
Browse files Browse the repository at this point in the history
…stall (GH-95548) (#95550)

(cherry picked from commit d2c1a9c)

Co-authored-by: Steve Dower <steve.dower@python.org>
  • Loading branch information
miss-islington and zooba committed Aug 2, 2022
1 parent a1579ad commit 8e1952a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Doc/using/windows.rst
Expand Up @@ -177,18 +177,22 @@ of available options is shown below.
| Include_debug | Install debug binaries | 0 |
+---------------------------+--------------------------------------+--------------------------+
| Include_dev | Install developer headers and | 1 |
| | libraries | |
| | libraries. Omitting this may lead to | |
| | an unusable installation. | |
+---------------------------+--------------------------------------+--------------------------+
| Include_exe | Install :file:`python.exe` and | 1 |
| | related files | |
| | related files. Omitting this may | |
| | lead to an unusable installation. | |
+---------------------------+--------------------------------------+--------------------------+
| Include_launcher | Install :ref:`launcher`. | 1 |
+---------------------------+--------------------------------------+--------------------------+
| InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 |
| | users. | |
| InstallLauncherAllUsers | Installs the launcher for all | 1 |
| | users. Also requires | |
| | ``Include_launcher`` to be set to 1 | |
+---------------------------+--------------------------------------+--------------------------+
| Include_lib | Install standard library and | 1 |
| | extension modules | |
| | extension modules. Omitting this may | |
| | lead to an unusable installation. | |
+---------------------------+--------------------------------------+--------------------------+
| Include_pip | Install bundled pip and setuptools | 1 |
+---------------------------+--------------------------------------+--------------------------+
Expand Down

0 comments on commit 8e1952a

Please sign in to comment.