Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 408 Bytes

Install ansible-dev using pip

  • Install current latest released branch (v1.1.0)
sudo pip install https://github.com/gdpak/ansible-dev/archive/v1.1.0.tar.gz

Optional (if python, pip and virtualenv are not already installed)

  • Install Python
sudo apt-get install python
  • Install pip
sudo apt-get install python-pip
  • Install virtualenv
sudo pip install virtualenv