File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ For The Really Impatient
159159
160160If you just want to give Roundup a whirl Right Now, then simply unpack
161161and 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
164165This will set up a simple demo tracker on your machine. [1]_
165166When 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
179180Installation
180181============
You can’t perform that action at this time.
0 commit comments