From 3c55030735dd7d1017ecd74d12830eccc280cf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piermarco=20Barb=C3=A8?= <9352238+piermarcobarbe@users.noreply.github.com> Date: Wed, 7 Nov 2018 15:15:53 +0100 Subject: [PATCH] Update README.md When checking out with git, the whole project is downloaded in a directory called "textteaser". The command to be executed, then, is missing a "textteaser/" at the beginning. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c800680..80c0016 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The original Scala TextTeaser can still be accessed [here](https://github.com/Mo ### Installation >>> git clone https://github.com/IndigoResearch/textteaser.git - >>> pip install -r textteaser/requirements.txt + >>> pip install -r textteaser/textteaser/requirements.txt ### How to Use