From ae0a3562a143b8a3561369034275dc9d391c928d Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 28 Feb 2023 12:50:12 +0100
Subject: [PATCH] Docs: Bit of clarification

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 2a44eba..5ea3b10 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ The VIPS models available will vary between deployments of VIPSCore-Python. They
 ```sh
 pip install -r models.txt
 ```
+If a model has been updated, it needs to be installed again, running the same command. Make sure to update any version tags in the models.txt beforehand.
 
 ## Development
 
-- 
GitLab