Mercurial > p > roundup > code
changeset 998:a1922b2521a7
reordering to make a little more sense
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 30 Aug 2002 22:17:44 +0000 |
| parents | bbb159c3e0c5 |
| children | 8d54c0f3198e |
| files | doc/installation.txt |
| diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/installation.txt Fri Aug 30 08:49:15 2002 +0000 +++ b/doc/installation.txt Fri Aug 30 22:17:44 2002 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.16 $ +:Version: $Revision: 1.17 $ .. contents:: @@ -63,22 +63,23 @@ later. Download the latest version from http://pybsddb.sourceforge.net/. +Getting Roundup +=============== + +Download the latest version from http://roundup.sf.net/. + Testing your Python ------------------- -Run ``python ./run_tests`` and make sure there -are no errors. If there are errors, please let us know! +Once you've unpacked roundup's source, run ``python ./run_tests`` in the +source directory and make sure there are no errors. +If there are errors, please let us know! If the above fails, you may be using the wrong version of python. Try ``python2 ./run_tests``. If that works, you will need to substitute ``python2`` for ``python`` in all further commands you use in relation to Roundup -- from installation and scripts. -Getting Roundup -=============== - -Download the latest version from http://roundup.sf.net/. - Installation ============
