Updated Developer Guide (markdown)

Tom Payne
2013-10-02 05:27:29 -07:00
parent 87b99c0985
commit 83732fbee4

@@ -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.