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.
1 parent 8f0d16e commit 3fda912Copy full SHA for 3fda912
docs/html/cli/pip_wheel.rst
@@ -34,10 +34,8 @@ 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
38
-``pip wheel`` can do the same but also supports projects not using PEP 517.
39
-In addition, it's e.g. also possible to include the dependencies of a project into the wheel.
40
-
+wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``.
+``pip wheel`` coveres the wheel scope of ``build`` but offers many additional features.
41
42
Options
43
=======
0 commit comments