From 2a3012db7f69239e1bfa380d1bcb3a2c04b83441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Fri, 26 Aug 2022 10:10:23 +0300 Subject: [PATCH] docs/README.md: expand prerequisites list poetry and make was missing from the list. Closes #11391 --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index d05b642bff..b11e544d31 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,6 +36,8 @@ To create a new knowledge base article (KB): ### Prerequisites * Python 3. Check your version with `$ python --version`. +* [poetry](https://python-poetry.org/) 1.12 or later +* make #### Mac OS X