We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7efc814 + 1413fae commit bd54161Copy full SHA for bd54161
docs/html/cli/pip_wheel.rst
@@ -30,6 +30,14 @@ Description
30
31
This is now covered in :doc:`../reference/build-system/index`.
32
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
41
Options
42
=======
43
news/11254.trivial.rst
0 commit comments