Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 234 Bytes

Installation.md

File metadata and controls

15 lines (10 loc) · 234 Bytes

Ansible's installation guide for mac

  • Update python tools
pip install --upgrade pip setuptools --user python
  • Install ansible via pip
sudo pip install ansible==2.2 passlib watchdog
  • That's all 😉