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 fea81b6 commit 28baf45Copy full SHA for 28baf45
README.md
@@ -1,24 +1,24 @@
1
-Python-Arango
+python-arango
2
=========
3
4
Python Driver for ArangoDB REST API
5
6
Overview
7
--------
8
9
-Python-Arango is a Python driver (2.7 and 3.4) for ArangoDB
10
-(<https://www.arangodb.com/>)
+Python-Arango is a Python driver for ArangoDB(<https://www.arangodb.com/>)
+It is compatible with Python versions 2.7 and 3.4.
11
12
Installation
13
------------
14
15
-- Stable (Supports up to ArangoDB Version 2.7)
+- Stable (supports up to ArangoDB version 2.7.0)
16
17
```bash
18
sudo pip install python-arango
19
```
20
21
-- Latest (Supports up to ArangoDB Version 2.7)
+- Latest (supports up to ArangoDB version 2.7.0)
22
23
24
git clone https://github.com/Joowani/python-arango.git
0 commit comments