/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/installing.rst
24 строки
667 B
Dimitri Papadopoulos Orfanos
Fix documentation: grammar, typos, formatting, and links (#678)
08 фев 2026, 19:15
Не верифицирован
08 фев 2026, 19:15
ad932ee
Код
Авторство
О чём код?
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 .. _pip: https://pip.pypa.io/en/stable/ .. _installation instructions: https://pip.pypa.io/en/stable/installation/ Python and OS Compatibility --------------------------- wheel should work on any Python implementation and operating system and is compatible with Python version 3.9 and upwards.