From 8be85fc157cd13fa48e6c8ca3ebd9f431ca10e4e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 Jan 2021 23:52:31 +1100 Subject: [PATCH] Update install.md Add note about invoke version --- docs/start/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/start/install.md b/docs/start/install.md index bc0ca90..43326b9 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -108,6 +108,9 @@ Install invoke as follows: pip3 install invoke ``` +!!! warning "Invoke Version" + InvenTree requires invoke version 1.4.0 or newer. Some platforms may be shipped with older versions of invoke! + To display a list of the available configuration scripts, run the following command: ```