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
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue