From 274766d6f4855e3a01c0d6f31c271a21a4dd4195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 14 May 2019 12:02:14 +0200 Subject: [PATCH] Added little note about rerunning `poetry update` after dependencies changed --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a8a4e4..f15ed3b 100644 --- a/README.md +++ b/README.md @@ -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. ```