Install proxmoxer and required backends
developInstall the core library using pip:
pip install proxmoxerDepending on the connection method you intend to use, you must install the corresponding backend library:
- HTTPS backend: Requires
requests. - ssh_paramiko backend: Requires
paramiko. - openssh backend: Requires
openssh_wrapper.
pip install proxmoxer
pip install requests
pip install paramiko
pip install openssh_wrapper