Skip to content

Commit 840b525

Browse files
author
Richard Jones
committed
included doc ideas from Bernhard Reiter
1 parent 5fca836 commit 840b525

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

doc/installation.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.31 $
5+
:Version: $Revision: 1.32 $
66

77
.. contents::
88

@@ -79,7 +79,8 @@ Basic Installation Steps
7979
------------------------
8080

8181
1. To install the Roundup support code into your Python tree and
82-
Roundup scripts into /usr/local/bin::
82+
Roundup scripts into /usr/local/bin. You need to have write permissions
83+
for these locations, eg. being root on unix::
8384

8485
python setup.py install
8586

@@ -90,6 +91,11 @@ Basic Installation Steps
9091

9192
python setup.py install --install-scripts=/opt/roundup/bin
9293

94+
You can also use the ``--prefix`` option to use a completely different
95+
base directory, if you do not want to use administrator rights. If you
96+
choose to do this, take note of the message at the end of installation
97+
and modify the python path accordingly.
98+
9399
2. To create a Roundup tracker (necessary to do before you can
94100
use the software in any real fashion):
95101

doc/user_guide.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
User Guide
33
==========
44

5-
:Version: $Revision: 1.10 $
5+
:Version: $Revision: 1.11 $
66

77
.. contents::
88

@@ -186,13 +186,13 @@ For example,
186186

187187
Subject: Re: [issue2] we're out of widgets [nosy=+richard]
188188

189-
- setting the nosy list to just you::
189+
- setting the nosy list to just you and cliff::
190190

191-
Subject: Re: [issue2] we're out of widgets [nosy=richard]
191+
Subject: Re: [issue2] we're out of widgets [nosy=richard,cliff]
192192

193-
- removing yourself from a nosy list::
193+
- removing yourself from a nosy list and setting the priority::
194194

195-
Subject: Re: [issue2] we're out of widgets [nosy=-richard]
195+
Subject: Re: [issue2] we're out of widgets [nosy=-richard;priority=bug]
196196

197197
In all cases, the message relates to issue 2. The ``Re:`` prefix is stripped
198198
off.

0 commit comments

Comments
 (0)