cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Libraries on 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:

  • pip install neo4j
  • pip install neo4j-driver
    Which version should be used for Python?
1 ACCEPTED SOLUTION

Hello @quan.nguyen

pip install neo4j should install the Neo4j Python driver.
If you want to get more details.

Regards,
Cobra

View solution in original post

1 REPLY 1

Hello @quan.nguyen

pip install neo4j should install the Neo4j Python driver.
If you want to get more details.

Regards,
Cobra