Skip to content

Commit bd54161

Browse files
authored
Merge pull request #11254 from kasium/issue-11235
2 parents 7efc814 + 1413fae commit bd54161

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/html/cli/pip_wheel.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Description
3030

3131
This is now covered in :doc:`../reference/build-system/index`.
3232

33+
Differences to ``build``
34+
------------------------
35+
36+
`build <https://pypi.org/project/build/>`_ is a simple tool which can among other things build
37+
wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``.
38+
It can also build source distributions which is not possible with ``pip``.
39+
``pip wheel`` covers the wheel scope of ``build`` but offers many additional features.
40+
3341
Options
3442
=======
3543

news/11254.trivial.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)