summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2010-03-13 17:59:05 -0500
committerMac Mollison <mollison@cs.unc.edu>2010-03-13 17:59:05 -0500
commit7ffe52ffc2a1f89d0fc764b7d160652d67c50c65 (patch)
tree4b76d2ce1f66572f7f76d881d3649f5965e0dad9
parent1e949caad0c17f862d4a045800915824500e7e43 (diff)
Updated doc to indicate Python 2.6 is to be used
-rw-r--r--doc/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.txt b/doc/index.txt
index df73522..7ac39b1 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -48,6 +48,8 @@ Members of UNC's Real-Time Group can obtain Unit-Trace using:
48<codeblock>git clone ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace.git</codeblock> 48<codeblock>git clone ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace.git</codeblock>
49 49
50## Installing Unit-Trace ## 50## Installing Unit-Trace ##
51Unit-Trace is based on Python 2.6, so make sure that is available on your system.
52
51Unit-Trace is installed by copying the unit_trace folder (a Python module) to the system's Python 2.6 `site-packages` directory, usually located at 53Unit-Trace is installed by copying the unit_trace folder (a Python module) to the system's Python 2.6 `site-packages` directory, usually located at
52`/usr/lib/python2.6/site-packages/`. 54`/usr/lib/python2.6/site-packages/`.
53Frontend scripts (i.e., scripts that `import unit_trace`) can then be used anywhere on the system. 55Frontend scripts (i.e., scripts that `import unit_trace`) can then be used anywhere on the system.