From fbb041096e9b46fddc7f71b89b8b5fdad29336a1 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Mon, 15 Jul 2019 17:01:54 +0200 Subject: [PATCH] Repair URL for pip install in doc/index.md --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 0a79771..e3f6bca 100644 --- a/doc/index.md +++ b/doc/index.md @@ -7,7 +7,7 @@ It works with Python 2 as well as Python 3. The Python Graph API can be installed with `pip` directly from our git repository: ```sh -$ pip install git://git.graph-it.com/graphit/graph-client-py.git +$ pip install git+git://git.graph-it.com/graphit/graph-client-py.git ``` The Graph API uses [msgpack](https://msgpack.org/). -- 2.34.1