comparison doc/installation.txt @ 1020:9513228a409a maint-0.4

documentation quibble
author Richard Jones <richard@users.sourceforge.net>
date Tue, 03 Sep 2002 03:32:54 +0000
parents 08858c7be257
children 71fa12d26d4f
comparison
equal deleted inserted replaced
1019:a9a73d4e78b9 1020:9513228a409a
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.13.2.1 $ 5 :Version: $Revision: 1.13.2.3 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
93 93
94 python setup.py install 94 python setup.py install
95 95
96 If you would like to place the Roundup scripts in a directory other 96 If you would like to place the Roundup scripts in a directory other
97 than ``/usr/local/bin``, use the ``--install-scripts`` option as follows, 97 than ``/usr/local/bin``, use the ``--install-scripts`` option as follows,
98 replacing ``/opt/roundup/bin`` with the location where you would like 98 replacing ``/opt/roundup/bin`` in the following command with the location
99 the scripts to reside:: 99 where you would like the scripts to reside::
100 100
101 python setup.py install --install-scripts=/opt/roundup/bin 101 python setup.py install --install-scripts=/opt/roundup/bin
102 102
103 2. To create a Roundup instance (necessary to do before you can 103 2. To create a Roundup instance (necessary to do before you can
104 use the software in any real fashion): 104 use the software in any real fashion):

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