summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45c3700)
raw | patch | inline | side by side (parent: 45c3700)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 30 Aug 2002 22:17:44 +0000 (22:17 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 30 Aug 2002 22:17:44 +0000 (22:17 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1015 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index 73222f1bd50e6277371b64643fbcccb74addb8d3..037b6871579ce712f9bd722e4898e63bbbcdf013 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.16 $
+:Version: $Revision: 1.17 $
.. contents::
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
============