git.graph-it.com
/
graphit
/
graph-client-py.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b0269
)
Repair URL for pip install in doc/index.md
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Mon, 15 Jul 2019 15:01:54 +0000
(17:01 +0200)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Mon, 15 Jul 2019 15:01:54 +0000
(17:01 +0200)
doc/index.md
patch
|
blob
|
history
diff --git
a/doc/index.md
b/doc/index.md
index 0a7977116687846352f7f93a0b125dd8899bacfd..e3f6bca750f61a5f27bb880b166a025511df2c4f 100644
(file)
--- 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/).