From 92ec0727f9984f4c6c8976998e41b323a32c25cc Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 16 May 2018 11:10:00 +0100 Subject: INSTALL.md: add blank lines for clarity when reading source --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 8c46c87..3cdc142 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,6 +65,7 @@ functionality, you will need to install some additional dependencies: * As `root`, install the command line version of `browserify` with npm install -g browserify + * To install the required Javascript libraries, you will need [`npm`](https://www.npmjs.com/) installed, and then type: @@ -75,6 +76,7 @@ functionality, you will need to install some additional dependencies: (If you are developing `git-deps` then replace `browserify` with `watchify -v` in order to continually regenerate `bundle.js` whenever any of the input files change.) + * You will need the [Flask](http://flask.pocoo.org/) Python module installed. -- cgit