Installing neo4j

I am using IntelliJIdea on Windows 7 Enterprise, Python 3.6.4. When I try installing neo4j using command

pip install neo4j

I get the following message:
Could not find a version that satisfies the requirement neo4j (from versions: )
No matching distribution found for neo4j

Can you help?

If you're just trying to run the database locally, I highly recommend starting out with Neo4j Desktop. Not only here can you manage starting and stopping the database application but you get the nice query browser tool.

Thank you for this. It helped.