From baf3d06f57dd01920b2d0e12474020c9097cfe45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 15 Aug 2013 12:56:16 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index fb54f60..c3888a7 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -40,13 +40,15 @@ as described below. The minimum requirements are: * Git -* Python 2.6 or 2.7 with the [`regex`](https://pypi.python.org/pypi/regex) module +* Python 2.6 or 2.7 with the [`regex`](https://pypi.python.org/pypi/regex) module (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`. To install the `regex` Python module, run `pip install regex`. +should be in your `PATH`. + +To install the `regex` Python module, run `sudo pip install regex` or `sudo easy_install regex`, 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.