Updated Developer Guide (markdown)
+2
-2
@@ -26,13 +26,13 @@ You will obviously start by
|
|||||||
The minimum requirements are:
|
The minimum requirements are:
|
||||||
|
|
||||||
* Git
|
* 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)
|
* Java 7 (JRE and JDK)
|
||||||
* [PhantomJS](http://phantomjs.org/) 1.6 or higher
|
* [PhantomJS](http://phantomjs.org/) 1.6 or higher
|
||||||
* [Closure Linter](https://developers.google.com/closure/utilities/docs/linter_howto)
|
* [Closure Linter](https://developers.google.com/closure/utilities/docs/linter_howto)
|
||||||
|
|
||||||
The executables `git`, `gjslint`, `java`, `jar`, `python`, and `phantomjs`
|
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
|
Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary
|
||||||
if you want to run the full integration suite.
|
if you want to run the full integration suite.
|
||||||
|
|||||||
Reference in New Issue
Block a user