From d994f13de6db3f5fb1e4af4caf2d6630eca6ba69 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Mon, 4 May 2015 14:16:11 -0400 Subject: [PATCH] Tweak readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebeddf9..d2f2337 100644 --- a/README.md +++ b/README.md @@ -54,18 +54,20 @@ Optionally, installing the following will enable certain extensions: Now you're ready to build. Enter the project directory and type - make + $ make to build dependencies and the Dyna compiler executable. Run the test -harness, just to make sure things built and are working: +harness, just to make sure things built and are working. Some of the +doctests require that graphviz and additional packages be installed: - make tests + $ easy_install path.py + $ make tests Now you're ready to run a Dyna program. * Run the python backend interactively (leave off the "-i" for bulk operation): - ./dyna -i examples/papa2.dyna + $ ./dyna -i examples/papa2.dyna * Work through the tutorial and homework exercises listed above. -- 2.50.1