blob: fe85d37d67d3eabd49b5061ca9559d0839b1cb35 (
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
|
.. _install:
============
Installation
============
:history: 20100725T225600, new for 3.4.
.. _coverage_pypi: http://pypi.python.org/pypi/coverage
Installing coverage.py is simple:
#. Download the appropriate kit from the
`coverage page on the Python Package Index`__.
#.
.. __: coverage_pypi_
You may need to install the python-dev support files, for example with "apt-get
install python-dev".
Installing on Windows
---------------------
For Windows, kits are provided on the `PyPI page`__ for each version of Python and architecture
combination. These kits require that setuptools be installed as a pre-requisite,
but otherwise are self-contained.
.. __: coverage_pypi_
|