Removed old copy-paste error
[open-adventure.git] / INSTALL.adoc
index 3e733f34cc61270ab8658a596da2a16db2246dd1..c862b0b089b4ee0bc39d7368a245bd728b3054e8 100644 (file)
@@ -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.