diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-23 19:03:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-23 19:03:14 +0200 |
| commit | 9ad4624c8d479106081d95c571c44a6d4d8af943 (patch) | |
| tree | b0b1f1712b71f36a47231d117319f2c201f33fee | |
| parent | da4de3c1410956db9019d3764f298b9546eb1223 (diff) | |
README: document minimal required neo4j version
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ A collaborative editor for organizing, communicating, and analyzing data in grap # Requirements ## Server ### Neo4j -Install [neo4j](http://neo4j.com/download/) +Install [neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries) ### python libs Install all of: |
