1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #13212 from cchurch/recommended_pywinrm_version

Recommend using pywinrm >= 0.1.1 from PyPI instead of GitHub version.
This commit is contained in:
Matt Davis 2015-11-20 15:22:04 -08:00
commit 8f00d1c698

View file

@ -26,7 +26,7 @@ Installing on the Control Machine
On a Linux control machine::
pip install https://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm
pip install "pywinrm>=0.1.1"
Active Directory Support
++++++++++++++++++++++++