From 46bd3cdbf506abb1a16e88a1e0212361c0081d7b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 21 Aug 2021 09:31:35 +0200 Subject: [PATCH] Mention requirements.txt in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bee7e32..b9ba356 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Then, unzip the file in `data/raw_data` and run the following command: invoke pre-process ``` -This requires [`invoke`](https://www.pyinvoke.org/) on your machine. +This requires [`invoke`](https://www.pyinvoke.org/) on your machine (run `pip install -r requirements.txt`). ## Release Run tests, create a tag and build binaries: