From: Robert Oschler Date: Fri, 19 Apr 2019 18:43:46 +0000 (+0000) Subject: Update INSTALL.adoc to provide extra help for those getting an error regarding yaml... X-Git-Tag: 1.8~5 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=569e7c5051e4e883bc83c8d11b883932082a9d97;ds=sidebyside Update INSTALL.adoc to provide extra help for those getting an error regarding yaml when trying to follow the install instructions. --- diff --git a/INSTALL.adoc b/INSTALL.adoc index dc2fa2b..8a008d7 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -32,6 +32,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: + +https://pip.pypa.io/en/stable/installing/ + + 4. Optionally run a regression test on the code with `make check`. 5. Run `./advent` to play.