Fixes to pip with git install instructions
* use git+https:// in the example url because not everyone will have ssh keys registered on github * Remove the link to the github tarballs as they do not work. users can use releases.ansible.com instead.
This commit is contained in:
parent
3f1ec6b862
commit
bf42f94021
1 changed files with 1 additions and 3 deletions
|
@ -262,7 +262,7 @@ Then install Ansible with [1]_::
|
|||
|
||||
Or if you are looking for the latest development version::
|
||||
|
||||
pip install git+git://github.com/ansible/ansible.git@devel
|
||||
pip install git+https://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::
|
||||
|
||||
|
@ -277,8 +277,6 @@ Tarballs of Tagged Releases
|
|||
|
||||
Packaging Ansible or wanting to build a local package yourself, but don't want to do a git checkout? Tarballs of releases are available on the `Ansible downloads <http://releases.ansible.com/ansible>`_ page.
|
||||
|
||||
These releases are also tagged in the `git repository <https://github.com/ansible/ansible/releases>`_ with the release version.
|
||||
|
||||
.. _from_source:
|
||||
|
||||
Running From Source
|
||||
|
|
Loading…
Reference in a new issue