Skip to content

Commit 8a708cd

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent c409f43 commit 8a708cd

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

doc/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ above avenues of contact are suitable.
5757
Acknowledgements
5858
================
5959

60-
Go Ping, you rock! Also, go Bizar Software and ekit.com for letting me
61-
implement this system on their time.
60+
Go Ping, you rock! Also, go Common Ground, ekit.com and Bizar Software for
61+
letting me implement this system on their time.
6262

6363
Thanks also to the many people on the mailing list, in the sourceforge
6464
project and those who just report bugs:

doc/installation.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,6 @@ Download the latest version from http://roundup.sf.net/.
9090
If you're using WinZIP's "classic" interface, make sure the "Use
9191
folder names" check box is checked before you extract the files.
9292

93-
Testing your Python
94-
-------------------
95-
96-
.. note::
97-
The ``run_tests.py`` script is packaged in Roundup's source distribution
98-
- users of the Windows installer, other binary distributions or
99-
pre-installed Roundup will need to download the source to use it.
100-
101-
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
102-
source directory and make sure there are no errors. If there are errors,
103-
please let us know!
104-
105-
If the above fails, you may be using the wrong version of python. Try
106-
``python2 run_tests.py``. If that works, you will need to substitute
107-
``python2`` for ``python`` in all further commands you use in relation to
108-
Roundup -- from installation and scripts.
109-
11093

11194
For The Really Impatient
11295
========================
@@ -760,6 +743,24 @@ You'll need to build Python.
760743
Make sure you read the instructions under `UNIX environment steps`_.
761744

762745

746+
Problems? Testing your Python...
747+
================================
748+
749+
.. note::
750+
The ``run_tests.py`` script is packaged in Roundup's source distribution
751+
- users of the Windows installer, other binary distributions or
752+
pre-installed Roundup will need to download the source to use it.
753+
754+
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
755+
source directory and make sure there are no errors. If there are errors,
756+
please let us know!
757+
758+
If the above fails, you may be using the wrong version of python. Try
759+
``python2 run_tests.py``. If that works, you will need to substitute
760+
``python2`` for ``python`` in all further commands you use in relation to
761+
Roundup -- from installation and scripts.
762+
763+
763764
-------------------------------------------------------------------------------
764765

765766
Back to `Table of Contents`_

0 commit comments

Comments
 (0)