File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ To start anew (a fresh demo instance)::
1818
1919 python demo.py nuke
2020
21+ Run demo.py from the *source* direcotyr; don't try to run demo.py from
22+ the *installed* directory, it will *break*.
23+
24+
2125Installation
2226============
2327For installation instructions, please see installation.txt in the "doc"
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ For The Really Impatient
9999========================
100100
101101If you just want to give Roundup a whirl Right Now, then simply run
102- ``python demo.py``. If you used the Windows installer, you should run the
102+ ``python demo.py`` in the *source* directory (not the *installed*
103+ directory). If you used the Windows installer, you should run the
103104``roundup-demo`` program instead. Users of other binary distributions or
104105pre-installed Roundup will need to download the source to use it.
105106
You can’t perform that action at this time.
0 commit comments