From 83732fbee404033a381d7cec75a23fad846d8c45 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 2 Oct 2013 05:27:29 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 872a452..419d0f5 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -46,12 +46,17 @@ The minimum requirements are: * Python 2.6 or 2.7 with a couple of extra modules (see below) * Java 7 (JRE and JDK) * [PhantomJS](http://phantomjs.org/) 1.6 or higher -* [Closure Linter](https://developers.google.com/closure/utilities/docs/linter_howto) -The executables `git`, `gjslint`, `java`, `jar`, `python`, and `phantomjs` -should be in your `PATH`. +The executables `git`, `java`, `jar`, `python`, and `phantomjs` should be in your `PATH`. -To install the extra Python modules, run `sudo pip install -r requirements.txt` or `sudo easy_install regex pystache`, depending on your OS and Python installation. +To install the extra Python modules, run: + + $ sudo pip install -r requirements.txt +or + + $ cat requirements.txt | sudo xargs easy_install + +depending on your OS and Python installation. Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary if you want to run the full integration suite.