diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 +``` |
