On Tuesday, May 17, 2016 at 3:27:00 PM UTC+2, James Pic wrote: > > pip install > https://github.com/ansible/ansible/archive/v2.1.0.0-0.1.rc1.tar.gz > # Or install in editable mode (best): > pip install -e git+https://github.com/ansible/ansible.git@ > v2.1.0.0-0.1.rc1 > <https://github.com/ansible/ansible/releases/tag/v2.1.0.0-0.1.rc1> > #egg=ansible >
Scratch the first one, it doesn't get the submodules, use the second line which works, don't forget to install git ;) -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f5378952-3235-4d8d-9288-359708fdff7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
