blob: a2e4873b68e515a78aa0cf121d5724d5bf3e6d56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
:orphan:
wheel manual page
=================
Synopsis
--------
**wheel** [*command*] [*options*]
Description
-----------
:program:`wheel` installs and operates on `PEP 427`_ format binary wheels.
Commands
--------
``unpack``
Unpack wheel
``pack``
Repack a previously unpacked wheel
``convert``
Convert egg or wininst to wheel
``version``
Print version and exit
``help``
Show this help
Try ``wheel <command> --help`` for more information.
Options
-------
-h, --help show this help message and exit
.. _`PEP 427`: https://www.python.org/dev/peps/pep-0427/
|