From baa7800a3f6f7a768a3e16a86dd951424df31acb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 19 Apr 2019 16:25:59 -0400 Subject: [PATCH] Fix markup. --- INSTALL.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL.adoc b/INSTALL.adoc index 8a008d7..e60fc15 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -31,15 +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: - -https://pip.pypa.io/en/stable/installing/ - ++ +------------------------------------------------ +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`. -- 2.31.1