summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 263bf1e..34d4406 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,9 @@ Other commands are accessible via:
```bash
$ poetry run cli
```
+
+Netlify build requires an updated `requirements.txt` file, if dependencies have changed, run:
+
+```bash
+$ poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt
+```