From fa722221e191c2c01ec7d938c7f923ee2cacec23 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Wed, 4 Jul 2018 19:59:57 -0400 Subject: [PATCH] Update README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6e3354a..aa9736d 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,9 @@ The functions must be of type `IO ()`, `IO Value`, `Value -> IO Value`, `Value - ## Development -Building from the repository requires initialization with the Duktape configuration script the first time (these files are included in the cabal distribution on Hackage). +Note: The duktape configure script invoked by Cabal/Stack requires python 2 with the PyYAML library installed. `pip install PyYAML` is one way to achieve this. -The duktape configure script requires python with the PyYAML library installed. - -```bash -git clone --recurse-submodules https://github.com/myfreeweb/hs-duktape -dukconfig/build_dist.sh -``` -Thereafter use [stack] to build. +Use [stack] to build. ```bash $ stack build