diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 23:38:43 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 23:38:43 +0000 |
commit | 0161f6f1598e1b270f2d157436038299d8d2715c (patch) | |
tree | dd243046fd8c7c740e7d403f583306dab7a6b5dc | |
parent | 656c9de2cac32cad7cbadd658f5a630536a471c2 (diff) | |
download | git-deps-0161f6f1598e1b270f2d157436038299d8d2715c.tar.gz |
mention pygit2 requirement
This will automatically ensure the user has Python and libgit2 installed :-)
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -70,10 +70,17 @@ single commit.) But this should not stop it from being useful. Installation ------------ -Just copy or symlink `git-deps` so it's anywhere on your `$PATH`. +`git-deps` requires [Pygit2](http://www.pygit2.org/), so first +[install that](http://www.pygit2.org/install.html). If you are using +Linux, there is a good chance that your distribution already offers +packages for it. For example, on openSUSE, just do: -If you want to use the graph visualization web server functionality, -you will need to install some dependencies: + sudo zypper install python-pygit2 + +Then just copy or symlink `git-deps` so it's anywhere on your `$PATH`. + +If you want to use the shiny new graph visualization web server +functionality, you will need to install some dependencies: * To install the required Javascript libraries, you will need [`npm`](https://www.npmjs.com/) installed, and then type: |