summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: b6ca1947efa50f9b5c2d824d128de5c7f6d89272 (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
Installing Test Repository
++++++++++++++++++++++++++

Run time dependencies
~~~~~~~~~~~~~~~~~~~~~

* Python2.4 or newer.

* subunit (0.0.18 or newer).

* fixtures (https://launchpad.net/python-fixtures, or
   http://pypi.python.org/pypi/fixtures/).

Test dependencies
~~~~~~~~~~~~~~~~~

* testtools 0.9.8 or newer (the python-testtools package, or
   http://pypi.python.org/pypi/testtools/).

* testresources (https://launchpad.net/testresources, or
   http://pypi.python.org/pypi/testresources/).

* testscenarios (https://launchpad.net/testscenarios).

Installing
~~~~~~~~~~

* ./setup.py install