According to the instructions marked in green
I created this node in nodes.xml
<node name="monitor3"
hostname="192.168.1.37"
osFamily="Windows"
username="Administrator"
winrm-password-storage-path="keys/monitor3"
winrm-port="5985"
winrm-transport="http"
winrm-authtype="basic"
winrm-nossl="true"
winrm-shell="powershell"/>
How can I also define that I want to use "python3" as the python interpreter?
Thanks