On Tuesday, May 17, 2016 at 4:01:08 AM UTC+2, Lakshmi Balu wrote:
>
> Great news! When Ansible 2.1 will be available in pip install?
>

There are several ways to install it with pip before it's released on PyPi, 
ie.:

    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

Also, GJ ! Awesome release, I love it !

-- 
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/84cf893b-bfba-4b0e-b6d9-39242c866479%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to