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.
pull/4420/head
Reedik Tuuling 2016-04-11 18:35:58 +03:00 committed by Brian Coca
parent 95d5c43a27
commit 2f90d3721c
1 changed files with 4 additions and 0 deletions

View File

@ -323,6 +323,10 @@ Then install Ansible with [1]_::
$ sudo pip install ansible $ 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:: If you are installing on OS X Mavericks, you may encounter some noise from your compiler. A workaround is to do the following::
$ sudo CFLAGS=-Qunused-arguments CPPFLAGS=-Qunused-arguments pip install ansible $ sudo CFLAGS=-Qunused-arguments CPPFLAGS=-Qunused-arguments pip install ansible