Skip to content

Commit

Permalink
Add version combo that works here
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed May 16, 2021
1 parent ac7402f commit d314ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/README_install_neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export JAVA_VER=jdk-11.0.11
export NEO4J_CONF=/home/neo4j/neo4j/neo4j-community-4.1.9/conf
export NEO4J_HOME=/home/neo4j/neo4j/neo4j-community-4.1.9
```
and the version of the `neo4j` Python package worked:
This version of the `neo4j` Python package worked:
```
$ python3 -c "import neo4j; print(neo4j.__version__)"
4.2.1
Expand Down

0 comments on commit d314ca7

Please # to comment.