From 51a88bec4dd66a95f0c17d1cc8c78bb11fc0c92e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Jun 2017 01:19:11 -0400 Subject: [PATCH] Address GitLab issue #11: trivial patch for macports/osx requirements --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 218a173..061087a 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ # If you have pip installed, # # pip3 install PyYAML +# +# If you are using MacPorts on OS X: +# port install py3{5,6}-yaml as appropriate for your Python 3 version. VERS=1.0 -- 2.31.1