File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22Installing 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
81811. 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+
93992. To create a Roundup tracker (necessary to do before you can
94100 use the software in any real fashion):
95101
Original file line number Diff line number Diff line change 22User 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
197197In all cases, the message relates to issue 2. The ``Re:`` prefix is stripped
198198off.
You can’t perform that action at this time.
0 commit comments