aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-08 18:30:50 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 18:30:50 +0000
commit72eea4009b58bf6d989e969d9fe54007bab5f169 (patch)
tree89a119cab53bb574ea40d2778982f0d89b946408 /README.md
parentd4aff89df2bab87c2924bffb3871ab2716252162 (diff)
downloadgit-deps-72eea4009b58bf6d989e969d9fe54007bab5f169.tar.gz
README: mention Flask dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index de8be62..360d0e8 100644
--- a/README.md
+++ b/README.md
@@ -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
-----