Updated Developer Guide (markdown)
+9
-4
@@ -46,12 +46,17 @@ The minimum requirements are:
|
|||||||
* Python 2.6 or 2.7 with a couple of extra modules (see below)
|
* Python 2.6 or 2.7 with a couple of extra modules (see below)
|
||||||
* 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)
|
|
||||||
|
|
||||||
The executables `git`, `gjslint`, `java`, `jar`, `python`, and `phantomjs`
|
The executables `git`, `java`, `jar`, `python`, and `phantomjs` should be in your `PATH`.
|
||||||
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
|
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