Installation

You can use pip to install wheel:

pip install wheel

If you do not have pip installed, see its documentation for installation instructions.

If you prefer using your system package manager to install Python packages, you can typically find the wheel package under one of the following package names:

  • python-wheel

  • python3-wheel

Python and OS Compatibility

wheel should work on any Python implementation and operating system and is compatible with Python version 3.7 and upwards.