From 58ccf235bd3a10790544e4db525b1751e4858e60 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 29 Mar 2020 10:29:22 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41f264d..aad2bd3 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,4 @@ kedro build-reqs This will copy the contents of `src/requirements.txt` into a new file `src/requirements.in` which will be used as the source for `pip-compile`. You can see the output of the resolution by opening `src/requirements.txt`. After this, if you'd like to update your project requirements, please update `src/requirements.in` and re-run `kedro build-reqs`. +