X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=INSTALL.adoc;h=c862b0b089b4ee0bc39d7368a245bd728b3054e8;hp=3e733f34cc61270ab8658a596da2a16db2246dd1;hb=0dd40bba32c9b5225e4d2126a50b7d6516791d06;hpb=9355882cac573b32e6223f0f08fb2dfe08f70e43 diff --git a/INSTALL.adoc b/INSTALL.adoc index 3e733f3..c862b0b 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -1,5 +1,9 @@ = Installing Open Adventure = +The instructions below assume your system uses Python 3 by default, +but the actual Python code in Open Adventure is 2/3 agnostic. Adjust +the example commands below accordingly. + 1. Install PyYAML for Python 3 (which requires Python 3), and libedit (aka: editline) on your system.