Skip to content

Commit 5f139e5

Browse files
gh-92219: Clarify that some options to the installer may break the install (GH-95548)
(cherry picked from commit d2c1a9c) Co-authored-by: Steve Dower <[email protected]>
1 parent b12dba4 commit 5f139e5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Doc/using/windows.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,22 @@ of available options is shown below.
181181
| Include_debug | Install debug binaries | 0 |
182182
+---------------------------+--------------------------------------+--------------------------+
183183
| Include_dev | Install developer headers and | 1 |
184-
| | libraries | |
184+
| | libraries. Omitting this may lead to | |
185+
| | an unusable installation. | |
185186
+---------------------------+--------------------------------------+--------------------------+
186187
| Include_exe | Install :file:`python.exe` and | 1 |
187-
| | related files | |
188+
| | related files. Omitting this may | |
189+
| | lead to an unusable installation. | |
188190
+---------------------------+--------------------------------------+--------------------------+
189191
| Include_launcher | Install :ref:`launcher`. | 1 |
190192
+---------------------------+--------------------------------------+--------------------------+
191-
| InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 |
192-
| | users. | |
193+
| InstallLauncherAllUsers | Installs the launcher for all | 1 |
194+
| | users. Also requires | |
195+
| | ``Include_launcher`` to be set to 1 | |
193196
+---------------------------+--------------------------------------+--------------------------+
194197
| Include_lib | Install standard library and | 1 |
195-
| | extension modules | |
198+
| | extension modules. Omitting this may | |
199+
| | lead to an unusable installation. | |
196200
+---------------------------+--------------------------------------+--------------------------+
197201
| Include_pip | Install bundled pip and setuptools | 1 |
198202
+---------------------------+--------------------------------------+--------------------------+

0 commit comments

Comments
 (0)