We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d054abd commit 2a9cc5aCopy full SHA for 2a9cc5a
README.md
@@ -1,6 +1,6 @@
1
py-arango
2
=============
3
-[](https://travis-ci.org/Joowani/python-arango)
+[](https://travis-ci.org/Joowani/py-arango)
4
5
Driver for ArangoDB REST API
6
@@ -11,8 +11,8 @@ py-arango is a driver for ArangoDB (https://www.arangodb.com/) REST API
11
## Installation (will also be in PyPi soon)
12
13
```bash
14
-git clone https://github.com/Joowani/python-arango.git
15
-cd python-arango
+git clone https://github.com/Joowani/py-arango.git
+cd py-arango
16
python2.7 setup.py install
17
```
18
0 commit comments