Skip to content

Commit 3c3d84b

Browse files
committed
Document how to run if there is no python3.
Since demo.py now runs using python3, provide direction to start if there is no python3.
1 parent e6cdb96 commit 3c3d84b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/installation.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ For The Really Impatient
159159

160160
If you just want to give Roundup a whirl Right Now, then simply unpack
161161
and run ``demo.py`` (it will be available as ``roundup-demo`` script
162-
after installation).
162+
after installation). (On systems that don't provide a ``python3``
163+
program you might need to run ``python demo.py``.)
163164

164165
This will set up a simple demo tracker on your machine. [1]_
165166
When it's done, it'll print out a URL to point your web browser at
@@ -174,7 +175,7 @@ so you may start playing. Three users will be set up:
174175
If you run demo on a server host, please stop the demo when
175176
it has shown startup notice, open file ``demo/config.ini`` with
176177
your editor, change host name in the ``web`` option in section
177-
``[tracker]``, save the file, then re-run the demo program.
178+
``[tracker]``, save the file, then re-run the demo.py program.
178179

179180
Installation
180181
============

0 commit comments

Comments
 (0)