File: installing.rst

package info (click to toggle)
wheel 0.46.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: python: 2,014; makefile: 141; sh: 23
file content (24 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/installing/

Python and OS Compatibility
---------------------------

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