From: Benjamin Braatz Date: Mon, 15 Jul 2019 15:01:54 +0000 (+0200) Subject: Repair URL for pip install in doc/index.md X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=fbb041096e9b46fddc7f71b89b8b5fdad29336a1;p=graphit%2Fgraph-client-py.git Repair URL for pip install in doc/index.md --- 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/).