comparison doc/installation.txt @ 798:faf164ab8ed9

Docco changes. New docco build system using the New Improved tool supplied with docutils.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 24 Jun 2002 23:06:58 +0000
parents 6f6eb43d9d86
children 08858c7be257 b99948d32a2d
comparison
equal deleted inserted replaced
797:5a5cea3a432c 798:faf164ab8ed9
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.12 $ 5 :Version: $Revision: 1.13 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
64 64
65 65
66 Testing your Python 66 Testing your Python
67 ------------------- 67 -------------------
68 68
69 Run ``"python ./run_tests"`` and make sure there 69 Run ``python ./run_tests`` and make sure there
70 are no errors. If there are errors, please let us know! 70 are no errors. If there are errors, please let us know!
71 71
72 If the above fails, you may be using the wrong version of python. Try
73 ``python2 ./run_tests``. If that works, you will need to substitute
74 ``python2`` for ``python`` in all further commands you use in relation to
75 Roundup -- from installation and scripts.
72 76
73 Getting Roundup 77 Getting Roundup
74 =============== 78 ===============
75 79
76 Download the latest version from http://roundup.sf.net/. 80 Download the latest version from http://roundup.sf.net/.
77 81
78 82
79 Installation 83 Installation
80 ============ 84 ============
81 85
82 Set aside 15-30 minutes. 86 Set aside 15-30 minutes. Please make sure you're using a supported version of
87 Python -- see `testing your python`_.
83 88
84 1. To install the Roundup support code into your Python tree and 89 1. To install the Roundup support code into your Python tree and
85 Roundup scripts into /usr/local/bin:: 90 Roundup scripts into /usr/local/bin::
86 91
87 python setup.py install 92 python setup.py install

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