diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index c32529b36a..cd38b66c3f 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -153,6 +153,7 @@ Blender for the changes to take effect. The downside with this approach is that if a new dependency is added, or a compiled dependency version requirement has changed, or the build system changes, you'll need to fix your setup manually. But this is relatively rare. +Reviewing the Makefile history, `here `__, is one quick way to see if a dependency has changed. .. seealso::