Added little note about rerunning poetry update after dependencies changed

This commit is contained in:
2019-05-14 12:02:14 +02:00
parent e74d573063
commit 274766d6f4

View File

@@ -36,6 +36,10 @@ pip install --user -U poetry
poetry install
```
NOTE: After a dependency changed its own dependencies (say a new library was added as dependency of
Pillar), you need to run `poetry update`. This will take the new dependencies into account and write
them to the `poetry.lock` file.
Build assets and templates for all Blender Cloud dependencies using Gulp.
```