diff --git a/Developer-Guide.md b/Developer-Guide.md index 872a452..419d0f5 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -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.