diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-16 11:10:00 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-16 11:10:00 +0100 |
commit | 92ec0727f9984f4c6c8976998e41b323a32c25cc (patch) | |
tree | 80722d821d1aa4b8ad2c6f57958793743df24467 /INSTALL.md | |
parent | bee4633773bf1f43416e79ab206ce07660aff6fa (diff) | |
download | git-deps-92ec0727f9984f4c6c8976998e41b323a32c25cc.tar.gz |
INSTALL.md: add blank lines for clarity when reading source
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |