From 873ad04ecb5af80b330a367f85ac0e4420a13317 Mon Sep 17 00:00:00 2001 From: Nimay Gupta <49588368+nimay-gupta@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:57:18 +0530 Subject: [PATCH] Update README.md --- Lab6-Neo4j/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Lab6-Neo4j/README.md b/Lab6-Neo4j/README.md index 6e58f25..f230116 100644 --- a/Lab6-Neo4j/README.md +++ b/Lab6-Neo4j/README.md @@ -1,4 +1,8 @@ # Graph Databases using Neo4j * loading Twitter dataset (in CSV format) using Python -* querying the database with Cypher Query Language \ No newline at end of file +* querying the database with Cypher Query Language + +## Requirements +1. [Neo4j](https://neo4j.com/) +2. Python