@@ -82,6 +82,12 @@ to ask for help on the roundup-users mailing list.
8282Getting Roundup
8383===============
8484
85+ .. note::
86+ Some systems, such as Debian and NetBSD, already have Roundup
87+ installed. Try running the command "roundup-admin" with no arguments,
88+ and if it runs you may skip the `Basic Installation Steps`_
89+ below and go straight to `configuring your first tracker`_.
90+
8591Download the latest version from http://roundup.sf.net/.
8692
8793If you're using WinZIP's "classic" interface, make sure the "Use
@@ -91,8 +97,9 @@ Testing your Python
9197-------------------
9298
9399.. note::
94- The Windows installer doesn't include the ``run_tests.py`` or ``demo.py``
95- scripts - you will need to download the source to use them.
100+ The ``run_tests.py`` script is packaged in Roundup's source distribution
101+ - users of the Windows installer, other binary distributions or
102+ pre-installed Roundup will need to download the source to use it.
96103
97104Once you've unpacked roundup's source, run ``python run_tests.py`` in the
98105source directory and make sure there are no errors. If there are errors,
@@ -108,8 +115,9 @@ For The Really Impatient
108115========================
109116
110117.. note::
111- The Windows installer doesn't include the ``demo.py`` script - you
112- will need to download the source to use it.
118+ The ``demo.py`` script is packaged in Roundup's source distribution -
119+ users of the Windows installer, other binary distributions or
120+ pre-installed Roundup will need to download the source to use it.
113121
114122If you just want to give Roundup a whirl Right Now, then simply run
115123``python demo.py``. This will set up a simple demo tracker on your
@@ -125,12 +133,6 @@ at so you may start playing. Three users will be set up:
125133Installation
126134============
127135
128- .. note::
129- Some systems, such as Debian and NetBSD, already have Roundup
130- installed. Try running the command "roundup-admin" with no arguments,
131- and if it runs you may skip the `Basic Installation Steps`_
132- below and go straight to `configuring your first tracker`_.
133-
134136Set aside 15-30 minutes. Please make sure you're using a supported version of
135137Python -- see `testing your python`_. There's several steps to follow in your
136138installation:
0 commit comments