comparison doc/installation.txt @ 1875:3ffb7b56172a

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Sat, 25 Oct 2003 23:00:42 +0000
parents 6e80f8f760a4
children 862646176230
comparison
equal deleted inserted replaced
1874:f0a327a6ac8b 1875:3ffb7b56172a
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.61 $ 5 :Version: $Revision: 1.62 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
51 Download the latest version from http://roundup.sf.net/. 51 Download the latest version from http://roundup.sf.net/.
52 52
53 Testing your Python 53 Testing your Python
54 ------------------- 54 -------------------
55 55
56 Once you've unpacked roundup's source, run ``python ./run_tests`` in the 56 Once you've unpacked roundup's source, run ``python run_tests.py`` in the
57 source directory and make sure there are no errors. If there are errors, 57 source directory and make sure there are no errors. If there are errors,
58 please let us know! 58 please let us know!
59 59
60 If the above fails, you may be using the wrong version of python. Try 60 If the above fails, you may be using the wrong version of python. Try
61 ``python2 ./run_tests``. If that works, you will need to substitute 61 ``python2 run_tests.py``. If that works, you will need to substitute
62 ``python2`` for ``python`` in all further commands you use in relation to 62 ``python2`` for ``python`` in all further commands you use in relation to
63 Roundup -- from installation and scripts. 63 Roundup -- from installation and scripts.
64 64
65 65
66 For The Really Impatient 66 For The Really Impatient

Roundup Issue Tracker: http://roundup-tracker.org/