Updated Developer Guide (markdown)

Tom Payne
2013-07-29 05:25:19 -07:00
parent ba6d513f67
commit da865780a4
+2 -2
@@ -26,13 +26,13 @@ You will obviously start by
The minimum requirements are:
* Git
* Python 2.6 or 2.7
* Python 2.6 or 2.7 with the [`regex`](https://pypi.python.org/pypi/regex) module
* 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`.
should be in your `PATH`. To install the `regex` Python module, run `pip install regex`.
Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary
if you want to run the full integration suite.