summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-12-19 09:45:30 +1100
committerRobert Collins <robertc@robertcollins.net>2009-12-19 09:45:30 +1100
commita7b16c720bc9d62222c72d2f9fb268a88a51162a (patch)
treef16cc206ce2f07d44e98da67f8cdde3293ba0b1b /INSTALL.txt
downloadtestrepository-a7b16c720bc9d62222c72d2f9fb268a88a51162a.tar.gz
Base project infrastructure.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644
index 0000000..fc74794
--- /dev/null
+++ b/INSTALL.txt
@@ -0,0 +1,17 @@
+Installing Test Repository
+++++++++++++++++++++++++++
+
+Run time dependencies
+~~~~~~~~~~~~~~~~~~~~~
+
+* Python2.4 or newer.
+
+* bzrlib (Used for various utility functions)
+
+Test dependencies
+~~~~~~~~~~~~~~~~~
+
+* testtools (the python-testtools package, or
+ http://pypi.python.org/pypi/testtools/).
+
+* testscenarios (https://edge.launchpad.net/testscenarios).