From f0d31719e0ef4fa119e6473ae7e0bf0bf474e7bf Mon Sep 17 00:00:00 2001 From: Jay Little Date: Fri, 12 Aug 2016 19:05:49 -0400 Subject: [PATCH] Add depends info for installing into an existing system --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c891fa..f7424c2 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ sudo easy_install pip sudo pip install ansible dopy==0.3.5 boto ``` +To install the dependencies for installing on an existing Ubuntu 16.04 system: + +``` +sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible +sudo apt-get update && sudo apt-get install ansible +``` + There are three available installation targets: * DigitalOcean * Amazon EC2