comparison doc/installation.stx @ 633:7875cd9af1cb

documentation in structured text source form
author Richard Jones <richard@users.sourceforge.net>
date Thu, 21 Feb 2002 06:22:00 +0000
parents
children 1dcbee29faa7
comparison
equal deleted inserted replaced
632:71bf8f97fe30 633:7875cd9af1cb
1 *Roundup (0.4.1): An Issue-Tracking System for Knowledge Workers*
2
3 `Table of contents`_
4
5 1. Prerequisites_
6 2. `Getting Roundup`_
7 3. `Installing Roundup`_
8
9
10 Prerequisites
11 -------------
12
13 Python 2.1.1 is required for the correct operation of roundup.
14
15 Download the latest version from http://www.python.org/.
16
17
18 Getting Roundup
19 ---------------
20
21 Download the latest version from http://roundup.sf.net/.
22
23 Installing Roundup
24 ------------------
25
26 Run:
27
28 - "``python setup.py install``"
29 - If you would prefer the scripts installed in somewhere other than
30 "``/usr/local/bin``", add "``--install-scripts=<dir>``" to the
31 command::
32
33 python setup.py install --install-scripts=<dir>
34
35 - This command gives all the options available for
36 installation::
37
38 python setup.py install --help
39
40
41 Next: `Getting Started`_
42
43 .. _`table of contents`: index.html
44 .. _`getting started`: getting_started.html
45
46 $Id: installation.stx,v 1.1 2002-02-21 06:22:00 richard Exp $

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