Typo fix
This commit is contained in:
parent
962cdab9e8
commit
bc52de265a
1 changed files with 2 additions and 2 deletions
|
|
@ -14,6 +14,6 @@ The main differences with the original agent are:
|
|||
## Notes
|
||||
On Hosterra servers, it is not used in Python virtual envs. So you have to globally install the following libs:
|
||||
|
||||
`python3 pip git ethtool dmidecode ipmitool lldpd lshw python3-pynetbox python3-netaddr python3-netifaces python3-yaml python3-configargparse python3-slugify python3-packaging`.
|
||||
`ethtool dmidecode ipmitool lldpd lshw epel-release python3.11 python3.11-pip python3.11-devel`.
|
||||
|
||||
Then you need to force pip to install `jsonargparse` with `pip install jsonargparse --break-system-packages`.
|
||||
Then you need to install modules with `pip3.11 install jsonargparse pynetbox python-slugify netaddr netifaces pyyaml configargparse packaging`.
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue