File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,22 @@ Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa-dev>`__
4747build packages, as well as a Python API.
4848
4949
50+ .. _cibuildwheel :
51+
52+ cibuildwheel
53+ ============
54+
55+ `Docs <https://cibuildwheel.readthedocs.io/ >`__ |
56+ `Issues <https://github.com/pypa/cibuildwheel/issues >`__ |
57+ `GitHub <https://github.com/pypa/cibuildwheel >`__ |
58+ `PyPI <https://pypi.org/project/cibuildwheel >`__ |
59+ `Discussions <https://github.com/pypa/cibuildwheel/discussions >`__ |
60+ `Discord #cibuildwheel <https://discord.com/invite/pypa >`__
61+
62+ ``cibuildwheel `` is a package that builds wheels for all common platforms and
63+ Python versions on most CI systems.
64+
65+
5066.. _distlib :
5167
5268distlib
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Using :ref:`virtualenv`:
251251
252252 .. code-block :: bash
253253
254- python3 -m venv < DIR>
254+ python3 -m virtualenv < DIR>
255255 source < DIR> /bin/activate
256256
257257 .. tab :: Windows
You can’t perform that action at this time.
0 commit comments