From 0c30df5c96b9d8147be8b05678bdb31d518da05f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 4 Feb 2021 22:21:57 -0500 Subject: [PATCH] docs: update msg about running on a development machine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9add123..e38f07f0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Usage ยน Requires a "third-party build host"; expected to work with cibuildwheel but not directly tested by our CI.
-`cibuildwheel` is not intended to run on your development machine. Because it uses system Python from Python.org it will try to install packages globally - not what you expect from a build tool! Instead, isolated CI services like those mentioned above are ideal. +`cibuildwheel` is not intended to run on your development machine. Because it uses system Python from Python.org on macOS and Windows, it will try to install packages globally - not what you expect from a build tool! Instead, isolated CI services like those mentioned above are ideal. For Linux builds, it uses manylinux docker images, so those can be done locally for testing in a pinch.