Hi,
I am trying to connect to windows system form ansible host.For that trying to install winrm ,folowing command:
sudo pip3 install pywinrm
with abouve command I am getting below msg:
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
Please help.