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
parent
95d5c43a27
commit
2f90d3721c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue