wheel-3
built-package format for Python
Install
- All systems
-
curl cmd.cat/wheel-3.sh
- Debian
-
apt-get install python3-wheel
- Ubuntu
-
apt-get install python3-wheel
- Kali Linux
-
apt-get install python3-wheel
- Fedora
-
dnf install python3-wheel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-wheel
- Raspbian
-
apt-get install python3-wheel
- Dockerfile
- dockerfile.run/wheel-3
python3-wheel
built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. This is the Python 3 compatible package.