Skip to content

Commit 5e568d5

Browse files
author
Ralf Schlatterbeck
committed
- fix explicit python version description...
...and mention the password for running the tests with the rounduptest account. Thanks to radioking for testing this.
1 parent ed48bf2 commit 5e568d5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/installation.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,8 @@ Problems? Testing your Python...
998998
- users of the Windows installer, other binary distributions or
999999
pre-installed Roundup will need to download the source to use it.
10001000

1001-
Remember to have a database user 'rounduptest' prepared. This user
1001+
Remember to have a database user 'rounduptest' prepared (with
1002+
password 'rounduptest'). This user
10021003
must have at least the rights to create and drop databases.
10031004
Documentation: details on `adding MySQL users`_,
10041005
for PostgreSQL you want to call the ``createuser`` command with the
@@ -1009,9 +1010,11 @@ source directory and make sure there are no errors. If there are errors,
10091010
please let us know!
10101011

10111012
If the above fails, you may be using the wrong version of python. Try
1012-
``python2 run_tests.py``. If that works, you will need to substitute
1013-
``python2`` for ``python`` in all further commands you use in relation to
1014-
Roundup -- from installation and scripts.
1013+
``python2 run_tests.py`` or ``python2.X run_tests.py`` where ``X`` is in
1014+
the set 3,4,5,6 depending on the version(s) of python installed.
1015+
If that works, you will need to substitute ``python2`` or ``python2.X``
1016+
for ``python`` in all further commands you use in relation to Roundup --
1017+
from installation and scripts.
10151018

10161019

10171020
.. _`table of contents`: index.html

0 commit comments

Comments
 (0)