X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=1c18a866e810a7ecaa79cedee038d942131c395c;hb=da883d53c09875635a9be1730371bebdaf9ef262;hp=d1d3fd453e946e0fae68fc4e9f73dbcb3929e676;hpb=be2ada4d9387e389bf7ef115b298226370b5752a;p=open-adventure.git diff --git a/Makefile b/Makefile index d1d3fd4..1c18a86 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,14 @@ # git submodule update --recursive --remote # # but this should seldom be necessary as that library is pretty stable. +# +# You will also need Python 3 YAML. Under Debian or ubuntu: +# +# apt-get install python3-yaml +# +# If you have pip installed, +# +# pip3 install PyYAML VERS=1.0