Add installing with pip from git ()

It is also possible to install with pip from the latest development branch in git. Not sure about the wording tho.
This commit is contained in:
Reedik Tuuling 2016-04-11 18:35:58 +03:00 committed by Brian Coca
parent 95d5c43a27
commit 2f90d3721c

View file

@ -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::