Skip to content

Commit 846ca19

Browse files
authored
Merge branch 'main' into patch-4
2 parents 5bf503b + d531486 commit 846ca19

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

source/key_projects.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa-dev>`__
4747
build 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

5268
distlib

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)