diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2010-03-13 17:59:05 -0500 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2010-03-13 17:59:05 -0500 |
commit | 7ffe52ffc2a1f89d0fc764b7d160652d67c50c65 (patch) | |
tree | 4b76d2ce1f66572f7f76d881d3649f5965e0dad9 | |
parent | 1e949caad0c17f862d4a045800915824500e7e43 (diff) |
Updated doc to indicate Python 2.6 is to be used
-rw-r--r-- | doc/index.txt | 2 |
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 ## |
51 | Unit-Trace is based on Python 2.6, so make sure that is available on your system. | ||
52 | |||
51 | Unit-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 | 53 | Unit-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/`. |
53 | Frontend scripts (i.e., scripts that `import unit_trace`) can then be used anywhere on the system. | 55 | Frontend scripts (i.e., scripts that `import unit_trace`) can then be used anywhere on the system. |