Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Immerman committed Oct 2, 2018
1 parent 101502f commit b69bd38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ Inspired / Cloned from [portable-ansible](https://github.com/ownport/portable-an

## pip meta package

Install for docker, ipaddr, vault, rabbit, nsupdate, nxos, scp
Install dependencies for docker, ipaddr, vault, rabbit, nsupdate, nxos, scp
```bash
pip install ansible-dependencies
```
Expand All @@ -16,10 +16,11 @@ Install dependencies for F5, Palo Alto, Infoblox, EMC, netconf, Juniper
```bash
pip install ansible-dependencies[network]
```
Install packages required for testing ansible
Install dependencies for testing ansible
```bash
pip install ansible-dependencies[test]
```
Install everything
```bash
pip install ansible-dependencies[all]
```
Expand Down

0 comments on commit b69bd38

Please sign in to comment.