Mercurial > p > roundup > code
comparison doc/installation.txt @ 2971:433484274317 maint-0.7
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 27 Nov 2004 21:37:04 +0000 |
| parents | 76e5097dc22d |
| children | bf6f79ecfe78 |
comparison
equal
deleted
inserted
replaced
| 2970:0ba4b685fe82 | 2971:433484274317 |
|---|---|
| 90 | 90 |
| 91 Download the latest version from http://roundup.sf.net/. | 91 Download the latest version from http://roundup.sf.net/. |
| 92 | 92 |
| 93 If you're using WinZIP's "classic" interface, make sure the "Use | 93 If you're using WinZIP's "classic" interface, make sure the "Use |
| 94 folder names" check box is checked before you extract the files. | 94 folder names" check box is checked before you extract the files. |
| 95 | |
| 96 Testing your Python | |
| 97 ------------------- | |
| 98 | |
| 99 .. note:: | |
| 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. | |
| 103 | |
| 104 Once you've unpacked roundup's source, run ``python run_tests.py`` in the | |
| 105 source directory and make sure there are no errors. If there are errors, | |
| 106 please let us know! | |
| 107 | |
| 108 If the above fails, you may be using the wrong version of python. Try | |
| 109 ``python2 run_tests.py``. If that works, you will need to substitute | |
| 110 ``python2`` for ``python`` in all further commands you use in relation to | |
| 111 Roundup -- from installation and scripts. | |
| 112 | |
| 113 | 95 |
| 114 For The Really Impatient | 96 For The Really Impatient |
| 115 ======================== | 97 ======================== |
| 116 | 98 |
| 117 .. note:: | 99 .. note:: |
| 636 ------- | 618 ------- |
| 637 | 619 |
| 638 You'll need to build Python. | 620 You'll need to build Python. |
| 639 | 621 |
| 640 Make sure you read the instructions under `UNIX environment steps`_. | 622 Make sure you read the instructions under `UNIX environment steps`_. |
| 623 | |
| 624 | |
| 625 Problems? Testing your Python... | |
| 626 ================================ | |
| 627 | |
| 628 .. note:: | |
| 629 The ``run_tests.py`` script is packaged in Roundup's source distribution | |
| 630 - users of the Windows installer, other binary distributions or | |
| 631 pre-installed Roundup will need to download the source to use it. | |
| 632 | |
| 633 Once you've unpacked roundup's source, run ``python run_tests.py`` in the | |
| 634 source directory and make sure there are no errors. If there are errors, | |
| 635 please let us know! | |
| 636 | |
| 637 If the above fails, you may be using the wrong version of python. Try | |
| 638 ``python2 run_tests.py``. If that works, you will need to substitute | |
| 639 ``python2`` for ``python`` in all further commands you use in relation to | |
| 640 Roundup -- from installation and scripts. | |
| 641 | 641 |
| 642 | 642 |
| 643 ------------------------------------------------------------------------------- | 643 ------------------------------------------------------------------------------- |
| 644 | 644 |
| 645 Back to `Table of Contents`_ | 645 Back to `Table of Contents`_ |
