@@ -194,18 +194,22 @@ of available options is shown below.
194
194
| Include_debug | Install debug binaries | 0 |
195
195
+---------------------------+--------------------------------------+--------------------------+
196
196
| Include_dev | Install developer headers and | 1 |
197
- | | libraries | |
197
+ | | libraries. Omitting this may lead to | |
198
+ | | an unusable installation. | |
198
199
+---------------------------+--------------------------------------+--------------------------+
199
200
| Include_exe | Install :file: `python.exe ` and | 1 |
200
- | | related files | |
201
+ | | related files. Omitting this may | |
202
+ | | lead to an unusable installation. | |
201
203
+---------------------------+--------------------------------------+--------------------------+
202
204
| Include_launcher | Install :ref: `launcher `. | 1 |
203
205
+---------------------------+--------------------------------------+--------------------------+
204
- | InstallLauncherAllUsers | Installs :ref: `launcher ` for all | 1 |
205
- | | users. | |
206
+ | InstallLauncherAllUsers | Installs the launcher for all | 1 |
207
+ | | users. Also requires | |
208
+ | | ``Include_launcher `` to be set to 1 | |
206
209
+---------------------------+--------------------------------------+--------------------------+
207
210
| Include_lib | Install standard library and | 1 |
208
- | | extension modules | |
211
+ | | extension modules. Omitting this may | |
212
+ | | lead to an unusable installation. | |
209
213
+---------------------------+--------------------------------------+--------------------------+
210
214
| Include_pip | Install bundled pip and setuptools | 1 |
211
215
+---------------------------+--------------------------------------+--------------------------+
0 commit comments