docs/README.md: expand prerequisites list

poetry and make was missing from the list.

Closes #11391
This commit is contained in:
Botond Dénes
2022-08-26 10:10:23 +03:00
committed by Nadav Har'El
parent cb98d4f5da
commit 2a3012db7f

View File

@@ -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