From 7d08bac09999300b2d005d59358359a41fc09f5a Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 10 Nov 2019 14:57:21 +0000 Subject: [PATCH] Add note about command line option --- docs/options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/options.md b/docs/options.md index 580825aa..edbc9939 100644 --- a/docs/options.md +++ b/docs/options.md @@ -58,6 +58,7 @@ Default: `auto` For `linux` you need Docker running, on Mac or Linux. For `macos`, you need a Mac machine, and note that this script is going to automatically install MacPython on your system, so don't run on your development machine. For `windows`, you need to run in Windows, and it will build and test for all versions of Python at `C:\PythonXX[-x64]`. +This option can also be set using the command-line option `--platform`. ### `CIBW_BUILD`, `CIBW_SKIP` {: #build-skip}