From 2f90d3721cbcf0f006688cb37f7642191ee64a40 Mon Sep 17 00:00:00 2001 From: Reedik Tuuling Date: Mon, 11 Apr 2016 18:35:58 +0300 Subject: [PATCH] Add installing with pip from git (#15366) It is also possible to install with pip from the latest development branch in git. Not sure about the wording tho. --- docsite/rst/intro_installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 0d2182b7c26..02a17b2b804 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -322,6 +322,10 @@ your version of Python, you can get pip by:: Then install Ansible with [1]_:: $ sudo pip install ansible + +Or if you are looking for the latest development version:: + + pip install git+git://github.com/ansible/ansible.git@devel If you are installing on OS X Mavericks, you may encounter some noise from your compiler. A workaround is to do the following::