I found neo4j and neo4j-driver on pip. They have the same instruction that install by issuing command:
"pip install neo4j"
But I can install both of them by using:
- pip install neo4j
- pip install neo4j-driver
Which version should be used for Python?
I found neo4j and neo4j-driver on pip. They have the same instruction that install by issuing command:
"pip install neo4j"
But I can install both of them by using:
Hello @quan.nguyen
pip install neo4j
should install the Neo4j Python driver.
If you want to get more details.
Regards,
Cobra