From ef449ce6688bd2d6f29eb8f71d0994619609301a Mon Sep 17 00:00:00 2001 From: little flying bear Date: Tue, 25 Sep 2018 16:41:41 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 611f4d4..279eb17 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # ansible-api + A restful http api for ansible 2.x - v0.2.2 fit for ansible version <=2.3.x - v0.2.6 fit for ansible version >=2.6.x (python>=3.5) ## What is it? + [Ansible](https://github.com/ansible/ansible/) is a radically simple IT automation system. If you are trying to use it and not like CLI, you can try me now. I can provide you use ansible by A RESTful HTTP Api @@ -15,9 +17,9 @@ If you are trying to use it and not like CLI, you can try me now. I can provide - 0.2.0 support websocket, remove code invaded in ansible ## How to install + - python version >= 3.5 (use asyncio featrue) -- prepared: pip install tornado -- pip install git+https://github.com/lfbear/ansible-api.git +- pip3 install git+https://github.com/lfbear/ansible-api.git ## How to use it