The command should be yum group install "Development Tools".
There are no other references to the yum install "Developer Tools" command in the repo.
I suggest changing the paragraph to the following ...
Also, you may need to install development tools, like gcc and automake, which you can often do a la carte (yum install gcc automake) or you may need to install the “Development Tools” group (yum group install "Development Tools").
The [Installing Python Packages](page https://ibmi-oss-docs.readthedocs.io/en/latest/python/INSTALLING_PYTHON_PKGS.html) makes reference to the command
yum install "Developer Tools"
to install the “Developer Tools” group.The command should be
yum group install "Development Tools"
.There are no other references to the
yum install "Developer Tools"
command in the repo.I suggest changing the paragraph to the following ...
Also, you may need to install development tools, like gcc and automake, which you can often do a la carte (
yum install gcc automake
) or you may need to install the “Development Tools” group (yum group install "Development Tools"
).