From b4212131b9bdc5cb993592efc45f3f47b71aea3d Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 25 Mar 2014 09:05:49 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index ec2f5cb..ede5c95 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -45,6 +45,7 @@ The minimum requirements are: * Git * Python 2.6 or 2.7 with a couple of extra modules (see below) * Java 7 (JRE and JDK) +* [Node.js](http://nodejs.org/) * [PhantomJS](http://phantomjs.org/) 1.6 or higher The executables `git`, `java`, `jar`, `python`, and `phantomjs` should be in your `PATH`. @@ -58,6 +59,10 @@ or depending on your OS and Python installation. +To install the Node.js dependences run + + $ npm install + Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary if you want to run the full integration suite.