Skip to content

Commit

Permalink
Fix Python driver package (#33)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robsdedude committed Oct 25, 2022
1 parent 28cf52e commit 2c25de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/python/example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pip3 install neo4j-driver
# pip3 install neo4j
# python3 example.py

from neo4j import GraphDatabase, basic_auth
Expand Down

0 comments on commit 2c25de7

Please sign in to comment.