diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-08 18:30:50 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-08 18:30:50 +0000 |
commit | 72eea4009b58bf6d989e969d9fe54007bab5f169 (patch) | |
tree | 89a119cab53bb574ea40d2778982f0d89b946408 /README.md | |
parent | d4aff89df2bab87c2924bffb3871ab2716252162 (diff) | |
download | git-deps-72eea4009b58bf6d989e969d9fe54007bab5f169.tar.gz |
README: mention Flask dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -72,11 +72,16 @@ Installation Just copy or symlink `git-deps` so it's anywhere on your `$PATH`. -To install the required Javascript libraries, you will need -[`npm`](https://www.npmjs.com/) installed, and then type: +If you want to use the graph visualization web server functionality, +you will need to install some dependencies: - cd html - npm install +* To install the required Javascript libraries, you will need + [`npm`](https://www.npmjs.com/) installed, and then type: + + cd html + npm install +* You will need the [Flask](http://flask.pocoo.org/) Python + module installed. Usage ----- |