We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e54fc3 commit ff43630Copy full SHA for ff43630
README.rst
@@ -2,6 +2,26 @@
2
Neo4j Bolt Driver for Python
3
============================
4
5
+
6
+Installation
7
+============
8
9
+To install the latest stable version, use:
10
11
+.. code:: bash
12
13
+ pip install neo4j-driver
14
15
+For the most up-to-date version (possibly unstable), use:
16
17
18
19
+ pip install git+https://github.com/neo4j/neo4j-python-driver.git#egg=neo4j-driver
20
21
22
+Example Usage
23
+=============
24
25
.. code:: python
26
27
from neo4j.v1 import GraphDatabase
0 commit comments