comparison doc/installation.txt @ 1024:0fa94554443f

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Tue, 03 Sep 2002 05:59:02 +0000
parents 0161142aa903
children b9988e118055
comparison
equal deleted inserted replaced
1023:0161142aa903 1024:0fa94554443f
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.18 $ 5 :Version: $Revision: 1.19 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
91 Roundup scripts into /usr/local/bin:: 91 Roundup scripts into /usr/local/bin::
92 92
93 python setup.py install 93 python setup.py install
94 94
95 If you would like to place the Roundup scripts in a directory other 95 If you would like to place the Roundup scripts in a directory other
96 than ``/usr/local/bin``, Then specify the preferred location with 96 than ``/usr/local/bin``, then specify the preferred location with
97 ``--install-script``. For example, to install them in 97 ``--install-script``. For example, to install them in
98 ``/opt/roundup/bin``:: 98 ``/opt/roundup/bin``::
99 99
100 python setup.py install --install-scripts=/opt/roundup/bin 100 python setup.py install --install-scripts=/opt/roundup/bin
101 101

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