From be12a4259c8af138a375bf2f23516a5f35de402c Mon Sep 17 00:00:00 2001
From: "Welter, Felix" <felix.welter@studium.uni-hamburg.de>
Date: Tue, 28 Apr 2020 12:39:31 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 25793cb..2338db8 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ This repository contains usage examples for the lexicon overlap score.
 Dependency can be installed via `pip install -r requirements.txt`. 
 If version conflicts occur, use requirements_fixed_version.txt.
 
+Then use with jupyter notebook or jupyterlab.
+
 # Datasets
 For further analysis the sentiment140 dataset can be downloaded and put into the
 `sentiment_test_sets` folder. The notebook `Classification Similarity Correlation.ipynb`
-- 
GitLab