Fix markup.
This commit is contained in:
parent
7d0b15ef89
commit
baa7800a3f
1 changed files with 8 additions and 8 deletions
16
INSTALL.adoc
16
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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue