X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=INSTALL.adoc;h=e60fc15bd1fd347d9ac5ce065a44a813593dd634;hb=4c7fbe98c9a99cb26987cd8bdd5365b980fd5b62;hp=dc2fa2b45fd1196a64420422278cbca9db0f4e23;hpb=b8c9cf90d851d14340f8588898e37cb200ab9c7a;p=open-adventure.git diff --git a/INSTALL.adoc b/INSTALL.adoc index dc2fa2b..e60fc15 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -31,6 +31,15 @@ ImportError: No module named yaml + try editing make_dungeon.py to change `#!/usr/bin/env python` to read `#!/usr/bin/env python3` ++ +If you still get the error, use the following command to install yaml with pip: ++ +------------------------------------------------ +pip install pyyaml +------------------------------------------------ ++ +Make sure you have `pip` installed on your system. If not, you should +install it first. See https://pip.pypa.io/en/stable/installing/ 4. Optionally run a regression test on the code with `make check`.