Files
cibuildwheel/docs/index.md
T

25 lines
474 B
Markdown
Raw Normal View History

2019-11-09 19:38:59 +00:00
---
title: Home
---
2022-08-17 09:12:02 +01:00
# cibuildwheel
2020-08-14 16:12:24 -04:00
{%
include-markdown "../README.md"
2020-08-14 16:12:24 -04:00
start="<!--intro-start-->"
end="<!--intro-end-->"
%}
2019-11-09 19:38:59 +00:00
To get started, head over to the [setup guide](setup.md).
2022-04-29 12:03:08 +01:00
How it works
------------
This diagram summarises the steps that cibuildwheel takes on each platform to build your package's wheels.
{%
include "diagram.html"
2022-04-29 12:03:08 +01:00
%}
This isn't exhaustive, for a full list of the things cibuildwheel can do, check the [options](options.md) page.