Update README.md

This commit is contained in:
Waylon Walker 2020-03-29 10:29:22 -05:00 committed by GitHub
parent b0d13da4e8
commit 58ccf235bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.