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 9ecd199 commit 6d83492Copy full SHA for 6d83492
README.md
@@ -28,10 +28,11 @@ Installation
28
sudo pip install py-arango
29
~~~~
30
31
-- Latest .. code:: bash
32
-
33
-> git clone <https://github.com/Joowani/py-arango.git> cd py-arango
34
-> python2.7 setup.py install
+~~~~ {.sourceCode .bash}
+git clone https://github.com/Joowani/py-arango.git
+cd py-arango
+python2.7 setup.py install
35
+~~~~
36
37
Initializing Connection
38
-----------------------
0 commit comments