Skip to content

Commit ff43630

Browse files
committed
Updated README
1 parent 9e54fc3 commit ff43630

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
Neo4j Bolt Driver for Python
33
============================
44

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+
.. code:: bash
18+
19+
pip install git+https://github.com/neo4j/neo4j-python-driver.git#egg=neo4j-driver
20+
21+
22+
Example Usage
23+
=============
24+
525
.. code:: python
626
727
from neo4j.v1 import GraphDatabase

0 commit comments

Comments
 (0)