Skip to content

Commit

Permalink
clarify doc for installing collection and dependencies (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3ender authored Jan 7, 2022
1 parent 558a960 commit 0fcd83e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ Documentation of individual modules is [available in the Ansible docs site](http

## Installation

To install Azure dependencies:
To install Azure collection hosted in Galaxy:

```bash
pip install -r requirements-azure.txt
ansible-galaxy collection install azure.azcollection
```

To install Azure collection hosted in Galaxy:
Install dependencies required by the collection (adjust path to collection if necessary):

```bash
ansible-galaxy collection install azure.azcollection
pip install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements-azure.txt
```

To upgrade to the latest version of Azure collection:
Expand Down

0 comments on commit 0fcd83e

Please sign in to comment.