Skip to content

Commit 2c25de7

Browse files
authored
Fix Python driver package (#33)
The mentioned package name was meant to be removed since 2.0 it's just that no one took the time to deprecate it. Don't make our users' lives harder by guiding more of them towards the package that will maybe be deprecated in the near future.
1 parent 28cf52e commit 2c25de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/python/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pip3 install neo4j-driver
1+
# pip3 install neo4j
22
# python3 example.py
33

44
from neo4j import GraphDatabase, basic_auth

0 commit comments

Comments
 (0)